Machine Learning
Machine Learning
Supervised learning:- In supervised learning the training set you feed to the
algorithm includes the desired solutions called labels:-
A typical supervised learning task is classification. The
Spam filter is a good example of this. It s trained with many
example emails along with their class (spam or ham), and it
must learn how to classify new emails.