Skip to content

Implemented classification algorithms: Nearest Neighbor, Decision Tree and Naïve Bayes

Notifications You must be signed in to change notification settings

VanshikaNigam/Classification-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Classification-Algorithms

Implemented three classification algorithms: Nearest Neighbor, Decision Tree, and Naïve Bayes. Implemented Random Forests based on our own implementation of Decision Tree. Implemented Boosting based on our own implementation of Decision Tree. Adopted 10-fold Cross Validation to evaluate the performance of all methods on the provided two datasets in terms of Accuracy, Precision, Recall, and F-1 measure.

About

Implemented classification algorithms: Nearest Neighbor, Decision Tree and Naïve Bayes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages