What is machine learning ?
Field of study that gives computer the ability to learn without being explicitly programmed
Supervised learning
X -> Y or input to output
Learns from being given “right answers”
Supervised learning types:
Regression
Classification
Classification
Classification predict categories
from a small set of possible outputs
“Is this a cat or dog?”
Regression
Predict a number from infinitely many possible outfits
Unsupervised learning
Find something interesting in unlabelled data.
Clustering
Groups similar data points together
Anomaly detection
Find unusual data points
Dimensionality reduction
Compress data using fewer numbers