吴恩达(Andrew Ng)在coursera的机器学习课程习题的python实现
HTML Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bias_variance initial commit Mar 6, 2018
linear initial commit Mar 6, 2018
logistic initial commit Mar 6, 2018
multi_class_logistic initial commit Mar 6, 2018
neural_network initial commit Mar 6, 2018
LICENSE Initial commit Mar 6, 2018
README.md Update README.md Mar 6, 2018

README.md

python_machine_learning

MIT license

吴恩达(Andrew Ng)在coursera的机器学习课程习题的python实现, 目前包括ex1, ex2, ex3, ex4, ex5,ex6.python代码是完全根据matlib代码修改而来,几乎一一对应。