In Supervised Machine learning, the algorithm learns from labelled data.
Below image represents the types of Supervised ML:
- Classification: It is about predicting the class or discreate values. Eg True or False.
Predict if image is of Dog or Cat:
- Regression: It is about predicting a quantity or continuous values. Eg Salary, age etc.
Predict Rainfall for Particular Temperature:
Top comments (0)