Categories: Machine Learning
Classification is a type of supervised learning problem where the machine tries to predicts the category or class of the given input data. For example – To classify movie into genres like ‘Horror’ , ‘Comedy’ , ‘Romantic’ or predict whether a person has a particular disease or not.
There can be different types of classification problems like – 1) binary classification 2) n-class classification 3) mutliclass classification
« Back to Glossary Index