Supervised Learning
In supervised learning, the dataset is a collection of labeled examples, (X, Y), where X is the feature vector and Y are the labels.
The model has to predict the Y based on given X
Examples of Supervised Learning
In supervised learning, the dataset is a collection of labeled examples, (X, Y), where X is the feature vector and Y are the labels.
The model has to predict the Y based on given X