machine learning - taoualiw/My-Knowledge-Base GitHub Wiki
Introduction
- Machine learning is a subfield of Artificial Intelligence.
- Typical question : Given a scatter plot, what would be the color of a new point? Machine learning also define a decision surface, generalize to new never seen data points
- Bias-Variance dilemma:
- A high bias machine learning algorithm ignores the data
- A high variance machine learning algorithm can only reproduce data seen before
- Variables Types : Categorical, numerical, text, time series
-
Algorithms