/machine-learning-stanford

Contains the programming assignments from Coursera ML class by Stanford

Primary LanguageMatlab

Coursera Machine Learning Class

Stanford's ML Class

This repository contains the programming assignments for Coursera's Machine Learning Class by Stanford. All assignments are completed in Matlab as of right now, and I have started reimplementing some of them as self containing ipython notebooks.

Python Implementations

To view the python implementations, first create and activate an anaconda virtual environment with the following commands:

$ conda env create -f environment.yml -n ngml

This creates an virtual enviroment with Anaconda. To activate it, type

$ source activate ngml

To update project with new packages, add them to environment.yml, then type in

$ conda env update -f environment.yml -n ngml

To start up Jupyter Notebooks type

$ jupyter notebook