coursera-machine-learning

Intro to Machine Learning

Supervised Learning

1. Regression

Univariate linear regression is one input feature linear regression. If there are more than on3 features

Gradient descent

On each step update the parameter by calculating slope. Learnings rate is the rate which determines the step taken to reach the optimal minima.

Gradient Descent depends on Learning rate. If learning rate is too large, it may overshoot local minima and if it’s too small, it may slowly converge to the minima.

2. Classification

Unsupervised Learning

Clustering Algorithm

Anomaly Detection

Dimensionality Reduction

Terminologies