Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 498 Bytes

File metadata and controls

13 lines (11 loc) · 498 Bytes

Programming assignments from Coursera's Machine Learning course taught by Andrew Ng in Python3

This project aims to transfer codes in Octave or Matlab to Python3. As limitations of my understandings in python, please let me know a better way to improve the codes.

Linear Regression (one variable and multiple variables)

Logistic Regression

Regularization

Neural networks

Support Vector Machine

Clustering

Dimensionality Reduction

Anomaly Detection

Recommender System