Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 378 Bytes

File metadata and controls

18 lines (10 loc) · 378 Bytes

NgMachineLearningPython

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

Exercise 1

Main files:

  • gradientDescent.py: Meat of Problem 2.

  • ex1_multi.py: All of Problem 3.

Exercise 2

Everything is in ex2.py.