/coursera-ml-python

Solve the coursera ml class with python

coursera-ml-python

Solve the coursera ml class with python

w2 (linear regression)

http://nbviewer.ipython.org/urls/raw.github.com/tpeng/coursera-ml-python/master/02-linear-regression.ipynb

w3 (logistic regression)

http://nbviewer.ipython.org/urls/raw.github.com/tpeng/coursera-ml-python/master/03-logistic-regression.ipynb

w4 (multi-class classification)

  1. http://nbviewer.ipython.org/urls/raw.github.com/tpeng/coursera-ml-python/master/04-multiclass-classification.ipynb
  2. http://nbviewer.ipython.org/urls/raw.github.com/tpeng/coursera-ml-python/master/04-multiclass-classification-nn.ipynb

w5 (neural networks learning)

http://nbviewer.ipython.org/urls/raw.github.com/tpeng/coursera-ml-python/master/05-train-nn.ipynb

...