Working the homework assignments of the machine learning Coursera course by Andrew Ng, in Python.
Course that inspired this: https://www.coursera.org/course/ml
Main files:
-
gradientDescent.py: Meat of Problem 2. -
ex1_multi.py: All of Problem 3.
Everything is in ex2.py.