Google News
logo
Machine Learning - Interview Questions
Explain The Term Classifier In Machine Learning?
A classifier in machine learning is defined as an algorithm that automatically categorizes the data into one or more of a group of “classes”. One of the common examples is an email classifier that can scan the emails to filter them by the given class labels: Spam or Not Spam.
 
We have five types of classification algorithms, namely :
 
* Decision Tree
* Naive Bayes Classifier
* K-Nearest Neighbors
* Support Vector Machines
* Artificial Neural Networks
Advertisement