Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstampfer committed Oct 29, 2015
1 parent b9deee0 commit 6a794a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,3 +24,4 @@ Password:
== | 10 / 100 |
```

The login credentials will be saved to a file for subsequent submissions,

0 comments on commit 6a794a8

Please sign in to comment.