#classification
Read more stories on Hashnode
Articles with this tag
AI Series - Chapter 9 路 print("Random Forest") Random forest is a supervised learning model used for classification and regression tasks. In this...
AI Series - Chapter 8 路 print("Support Vector Machines (SVM)") Support Vector Machines(SVM) is a supervised learning classification model used in...
AI Series - Chapter 7 路 print("Logistic Regression") This is the 10th consecutive post on this blog, I feel good 馃懡馃馃帀馃. Now back to this week's...
AI Series - Chapter 6 路 print("Naive Bayes") Naive Bayes(NB) is a supervised learning model used for classification tasks. NB makes predictions by...
AI Series - Chapter 5 路 print("K-Nearest Neighbors") K-Nearest Neighbors(KNN) is a supervised learning model used in classification and regression tasks....