Machine Learning - Classification (Part 9)
What is Classification?
A way to identify category rather than some specific values like regression
For example,
example 1: In a shop we can know which employees are likely to stay and which to leave
example 2: Spam detection
example 3: Image detection
Some Classification models are
Logistic Regression
K-Nearest Neighbors (K-NN)
Support Vector Machine (SVM)
Kernel SVM
Naive Bayes
Decision Tree Classification
Random Forest Classification
Done for this blog! Let's learn more about them.