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 ade4e2b commit 9caca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 and is thus 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 can be 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:
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:

```bash
cd Coursera-Stanford-ML-Python/ex1
Expand Down

0 comments on commit 9caca0e

Please sign in to comment.