12
Lesson 12 of 20 ยท Learning from Examples
Supervised learning in depth
Supervised learning maps inputs to outputs using labeled data. Algorithms include linear regression, decision trees, SVMs, and neural networks.
- Supervised learning maps inputs to labeled outputs.
- Many algorithms exist for different tasks.
Think about it
What is gradient descent?
