Course Name Machine Learning
Docker Image fenago/machine-learning
Run Image docker run -d --restart=always --user root -p 80:80 --name ml -e GRANT_SUDO=yes -e JUPYTER_ENABLE_LAB=yes fenago/machine-learning jupyter lab --port 80 --allow-root
Note: You can also run multiple instances of jupyterLab by changing container name and port ( -p <update-host-port>:80) in the above command.
Commit & Push Changes
docker commit ml fenago/machine-learning
docker push fenago/machine-learning
Labs
Labs for this course are available at path shared below. Elev8ed Notebooks (powered by Jupyter) will be accessible at the port given to you by your instructor.
* http://<host-ip>/lab/workspaces/lab1_introduction
* http://<host-ip>/lab/workspaces/lab2_types
* http://<host-ip>/lab/workspaces/lab3_regression
* http://<host-ip>/lab/workspaces/lab4_perceptron
* http://<host-ip>/lab/workspaces/lab5_logistic
* http://<host-ip>/lab/workspaces/lab6_naive_bayes
* http://<host-ip>/lab/workspaces/lab7_decision_trees
* http://<host-ip>/lab/workspaces/lab8_support_vector
* http://<host-ip>/lab/workspaces/lab9_ensemble_learning
* http://<host-ip>/lab/workspaces/lab10_testing
* http://<host-ip>/lab/workspaces/lab11_neural_networks
* http://<host-ip>/lab/workspaces/lab12_example
Content type
Image
Digest
Size
4.9 GB
Last updated
over 4 years ago
docker pull fenago/machine-learning