Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mstampfer committed Oct 28, 2015
0 parents commit 4fb3086
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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:

```bash
cd Coursera-Stanford-ML-Python/ex1
python submit.py

login (Email address):
Password:
==
== Part Name | Score | Feedback
== --------- | ----- | --------
== Warm up exercise | 10 / 10 | Nice work!
== Computing Cost (for one variable) | 0 / 40 |
== Gradient Descent (for one variable) | 0 / 50 |
== Feature Normalization | 0 / 0 |
== Computing Cost (for multiple variables) | 0 / 0 |
== Gradient Descent (for multiple variables) | 0 / 0 |
== Normal Equations | 0 / 0 |
== --------------------------------
== | 10 / 100 |
```
# Copy

0 comments on commit 4fb3086

Please sign in to comment.