diff --git a/README.md b/README.md index bf85fd2..eaa731c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Coursera-Stanford-ML-Python +# Coursera-Stanford-ML-Python-AndrewNg -Coursera/Stanford Machine Learning course assignments in Python +Coursera/Stanford Machine Learning course assignments in Python : [![Join the chat at https://gitter.im/sgang007/Coursera-Stanford-ML-Python](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sgang007/Coursera-Stanford-ML-Python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Assignments for Andrew Ng's Machine Learning course implemented in Python without solutions in line with the [Coursera Code of Honor](https://www.coursera.org/about/terms/honorcode "Coursera Honor Code"). The code is structurally equivalent to the Matlab implementation from Coursera and the results are numerically equivalent with the correct Python implementation of the incomplete scripts. After completing each assignment, students can submit for grading to the Coursera website by executing the submit.py script. e.g below: (OSX or Linux) (On Windows change "export PYTHONPATH=../" to "set PYTHONPATH=..\") +Assignments for Andrew Ng's Machine Learning course implemented in Python without solutions in line with the [Coursera Code of Honor](https://www.coursera.org/about/terms/honorcode "Coursera Honor Code"). This code is structurally equivalent to the Matlab implementation from Coursera and the results are numerically equivalent with the correct Python implementation of the incomplete scripts. After completion of each assignment, students can submit for grading to the Coursera website by executing the submit.py script. e.g below: (OSX or Linux) (On Windows change "export PYTHONPATH=../" to "set PYTHONPATH=..\") ``` cd Coursera-Stanford-ML-Python/ex1