DEV Community

lostinopensource
lostinopensource

Posted on

Supervised ML Types - Art of Possible

In Supervised Machine learning, the algorithm learns from labelled data.

Below image represents the types of Supervised ML:

Supervised Machine Learning Types

  • Classification: It is about predicting the class or discreate values. Eg True or False.

Predict if image is of Dog or Cat:

Classification

  • Regression: It is about predicting a quantity or continuous values. Eg Salary, age etc.

Predict Rainfall for Particular Temperature:

Regression

Top comments (0)