An open API service indexing awesome lists of open source software.

https://github.com/yueyericardo/coursera-machine-learning

Coursera Machine Learning (by Andrew Ng). The code here is my exercise answers.
https://github.com/yueyericardo/coursera-machine-learning

andrew-ng coursera machine-learning

Last synced: 11 days ago
JSON representation

Coursera Machine Learning (by Andrew Ng). The code here is my exercise answers.

Awesome Lists containing this project

README

          

## Coursera Machine Learning -- by Andrew Ng
The code here is my exercise answers

Finish the course on Jun 1st 2018

#### WEEK 1 Introduction

#### WEEK 2 Linear Regression

#### WEEK 3 Classification Logistic Regression



Lambda Animation


#### WEEK 4 Neural Networks: Representation



XNOR


#### WEEK 5 Neural Networks: Learning



Backpropagation


#### WEEK 6 Evaluating a Learning Algorithm | Bias vs. Variance



Precision and Recall | Bias and Variance




#### WEEK 7 Support Vector Machines | Kernels | Spam Classification


SVM Large Margin



SVM Gaussian Kernel


### WEEK 8 K-means Clustering and Principal Component Analysis



K-means Clustering


### WEEK 9 Anomaly Detection and Recommender Systems



Anomaly Detection


### WEEK 10 Large Scale Machine Learning



Stochastic Gradient Descent


### WEEK 11 Application Example: Photo OCR