Definition
def
Classification is a type of supervised machine learning where the model learns to predict a discrete category or class label for a given input, based on patterns learned from labeled training data.
Example :
Types of Classification Algorithms
- Binary Classification / Multiclass Classification
- Linear Classification
- Tree based Classification
- Margin based Classification
- Instance based
- Neural Networks
- Multilayer Perceptrons (MLP)
- DL architectures like CNNs, Transformers , etc
- Gaussian Process Classifier
- Naive Bayes / Bayesian Networks