Machine_Learning_Intuition

Week 1 Summary

1. Machine Learning

Field of study that gives computers the ability to learn without being explicitly programmed.

2. AI General Intelligence

3. Supervised Machine Learning

i) Regression

ii) Classification

4. Unseprvised Machine Learning

i) Clustering

ii) Anomaly Detection

iii) Dimentionality Reduction

5. Types of Supervised Learning

6. Types of Unsuprvised Learning

7. Regression vs Classification Model

Linear Regression Model

i) How do you get a trained Model?

Training Set > Learning Algo > Model f(x)

ii) How Model predicts output?

Features (x) > Model f(x) > Prediction (y^)

iii) How to represent f(x)?

\[f_{w,b}(x^{(i)}) = wx^{(i)} + b \tag{1}\]

Go to Home