Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mstampfer committed Oct 29, 2015
2 parents 6b4bd76 + 6a794a8 commit ef442dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Coursera-Stanford-ML-Python
Coursera/Stanford Machine Learning course assignments in python

Assignments for Andrew Ng's Machine Learning course implemented in python. The code and results are structurally and numerically equivalent to the Matlab implementation from Coursera. Students can submit the assignments to the Coursera website by executing the submit.py script. The credentials will be saved to a file for subsequent submissions, e.g:
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
export PYTHONPATH=../
python submit.py

login (Email address):
Expand All @@ -22,4 +23,5 @@ Password:
== --------------------------------
== | 10 / 100 |
```
# Copy

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

0 comments on commit ef442dc

Please sign in to comment.