https://github.com/vijayshinva/machinelearningultimate
All popular machine learning toolkits in one docker image.
https://github.com/vijayshinva/machinelearningultimate
anaconda docker-image machine-learning python tensorflow theano
Last synced: 3 months ago
JSON representation
All popular machine learning toolkits in one docker image.
- Host: GitHub
- URL: https://github.com/vijayshinva/machinelearningultimate
- Owner: vijayshinva
- License: mit
- Created: 2016-02-01T06:46:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T09:46:44.000Z (over 9 years ago)
- Last Synced: 2025-01-19T08:23:46.138Z (5 months ago)
- Topics: anaconda, docker-image, machine-learning, python, tensorflow, theano
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MachineLearningUltimate
###### One image to rule them all!
`MachineLearningUltimate` is a docker image with a bunch of popular machine learning toolkits preinstalled. You can quickly spin up an instance of this docker image on Linux or Windows (using Docker ToolBox)```docker
docker run -it vijayshinva/machinelearningultimate
```The goal of `MachineLearningUlitmate` is to have all popular machine learning / statistical computing toolkits ready for use.
### Goals
* A quick way for enthusiasts to get started with machine learning
* A quick experimentation / validation environment
* A training image### ToolKits - Incorporated
* Anaconda
* R
* TensorFlow
* Theano### Tools - Incorporated
* wget
* Git### ToolKits - Under consideration
* CNTK
* Torch
* Caffe### Base
* Ubuntu 14:04[Docker image for machine learning enthusiasts](http://vijayshinva.github.io/machine%20learning/docker/anaconda/python/r/tensorflow/2016/02/04/docker-image-for-machine-learning-enthusiasts.html)
[Vijayshinva](https://vijayshinva.github.io)