From 6a794a86e5711c4239486621082d36946bb60af9 Mon Sep 17 00:00:00 2001 From: Marcel Stampfer Date: Thu, 29 Oct 2015 16:24:30 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffde06b..34b6d4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Coursera-Stanford-ML-Python Coursera/Stanford Machine Learning course assignments in python -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 to the Coursera website for grading by executing the submit.py script. The login credentials will be saved to a file for subsequent submissions, e.g on 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"). 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=..\") ```bash cd Coursera-Stanford-ML-Python/ex1 @@ -24,3 +24,4 @@ Password: == | 10 / 100 | ``` +The login credentials will be saved to a file for subsequent submissions,