All Projects → Docker-Hub-frolvlad → Docker Alpine Python Machinelearning

Docker-Hub-frolvlad / Docker Alpine Python Machinelearning

Licence: mit
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Docker Alpine Python Machinelearning

Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (+1817.11%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (+177.63%)
Mutual labels:  numpy, scikit-learn, pandas, scipy
Credit Risk Modelling
Credit Risk analysis by using Python and ML
Stars: ✭ 91 (+19.74%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Dask
Parallel computing with task scheduling
Stars: ✭ 9,309 (+12148.68%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+28910.53%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-60.53%)
Mutual labels:  pandas, scikit-learn, numpy, alpine
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+4047.37%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+10377.63%)
Mutual labels:  pandas, scikit-learn, numpy, scipy
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (-46.05%)
Mutual labels:  numpy, pandas, scipy
python3-docker-devenv
Docker Start Guide with Python Development Environment
Stars: ✭ 13 (-82.89%)
Mutual labels:  numpy, docker-image, scikit-learn
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+1251.32%)
Mutual labels:  pandas, scikit-learn, numpy
jun
JUN - python pandas, plotly, seaborn support & dataframes manipulation over erlang
Stars: ✭ 21 (-72.37%)
Mutual labels:  numpy, pandas, scipy
DataSciPy
Data Science with Python
Stars: ✭ 15 (-80.26%)
Mutual labels:  numpy, scikit-learn, pandas
Iml
Курс "Введение в машинное обучение" (ВМК, МГУ имени М.В. Ломоносова)
Stars: ✭ 46 (-39.47%)
Mutual labels:  pandas, scikit-learn, numpy
Algorithmic-Trading
I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
Stars: ✭ 47 (-38.16%)
Mutual labels:  numpy, pandas, scipy
Deep Learning Wizard
Open source guides/codes for mastering deep learning to deploying deep learning in production in PyTorch, Python, C++ and more.
Stars: ✭ 343 (+351.32%)
Mutual labels:  pandas, scikit-learn, numpy
Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (+397.37%)
Mutual labels:  pandas, numpy, scipy
AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (-63.16%)
Mutual labels:  numpy, scikit-learn, pandas
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-53.95%)
Mutual labels:  pandas, scikit-learn, numpy
Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (+423.68%)
Mutual labels:  numpy, scipy, docker-image

Docker Stars Docker Pulls

Python Machine Learning tools Docker image

This image is based on Alpine Linux Python 3.5 image, which is only a 60MB image, and contains popular Machine Leaning tools:

  • numpy
  • pandas
  • scipy
  • scikit-learn

Download size of this image is only:

Usage Example

$ docker run --rm frolvlad/alpine-python-machinelearning python3 -c 'import numpy; print(numpy.arange(3))'

Once you have run this command you will get printed array([0, 1, 2]) from Python!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].