Supervised Learning
This lesson introduces supervised learning.
We'll cover the following...
Introduction
Machine learning algorithms can be broadly categorized into the following three groups:
- Supervised Learning
- Unsupervised Learning
- Reinforcement Learning
Throughout this chapter, we discuss the nuances of each of these categories. However, this lesson focuses specifically on Supervised learning.
Supervised learning
In supervised learning, the training data provided as input to the algorithm includes the final solutions, ...