Skeleton code for the coursera machine learning course exercises, in the form of ipython notebooks.
- Python 3
- numpy
- scipy
- matplotlib
- pandas
- scikit-learn
- Pillow
The most convenient way to get these is via the Anaconda scientific Python distribution.
This code was written for Python 3. If you wish to work with Python 2, have no fear. You will likely need to change a few print statements, but that's just about it.