forked from jtlowery/Coursera-Stanford-ML-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4fb3086
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |