wuzimei / coursera-machinelearning-python

Skeleton code for doing the coursera machine learning course in the form of an ipython notebook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coursera-machinelearning-python

Skeleton code for the coursera machine learning course exercises, in the form of ipython notebooks.

What you will need to run this

  • 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.

About

Skeleton code for doing the coursera machine learning course in the form of an ipython notebook.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%