Classification is technique to categorize our data into a desired and distinct number of classes where we can assign label to each class.
Applications of Classification are: speech recognition, handwriting recognition, biometric identification, document classification etc.
https://medium.com/datadriveninvestor/classification-algorithms-in-machine-learning-85c0ab65ff4
https://medium.com/@Mandysidana/machine-learning-types-of-classification-9497bd4f2e14
Here we have the types of classification algorithms in Machine Learning:
- Linear Classifiers: Logistic Regression, Naive Bayes Classifier
- Support Vector Machines
- Decision Trees
- Boosted Trees
- Random Forest
- Neural Networks
- Nearest Neighbor
https://www.youtube.com/watch?v=OCwZyYH14uw
https://www.youtube.com/watch?v=zPG4NjIkCjc
https://www.youtube.com/watch?v=E5RjzSK0fvY
https://www.youtube.com/watch?v=JvS2triCgOY
https://www.youtube.com/watch?v=w2FKXOa0HGA
https://www.youtube.com/watch?v=r-txC-dpI-E
pip3 install numpy scipy scikit-learn
pip3 install pydotplus
sudo apt-get install graphviz
https://www.youtube.com/watch?v=N1vOgolbjSc
https://www.youtube.com/watch?v=TtKF996oEl8
https://www.youtube.com/watch?v=Y6RRHw9uN9o