Skip to content

johnmcdowell/Coursera-Stanford-ML-Python

This branch is up to date with jtlowery/Coursera-Stanford-ML-Python:py3_update.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad61e9c · May 8, 2017
Mar 12, 2017
Mar 14, 2017
Mar 16, 2017
Mar 16, 2017
Apr 15, 2017
Apr 17, 2017
Apr 23, 2017
May 8, 2017
Nov 8, 2015
Sep 2, 2016
Sep 2, 2016
Nov 2, 2015
Mar 12, 2017
Oct 28, 2015
Nov 2, 2015
Oct 28, 2015

Repository files navigation

Coursera-Stanford-ML-Python

Coursera/Stanford Machine Learning course assignments in Python

Join the chat at https://gitter.im/sgang007/Coursera-Stanford-ML-Python

Assignments for Andrew Ng's Machine Learning course implemented in Python without solutions in line with the Coursera Code of Honor. 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=..")

cd Coursera-Stanford-ML-Python/ex1
export PYTHONPATH=../
python submit.py

login (Email address): 
token: 
==
==                                   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 |

The login credentials will be saved to a file for subsequent submissions. Please see the wiki for a short tutorial on using Python.

About

Coursera/Stanford Machine Learning course assignments in python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 59.9%
  • Python 40.1%