Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

The objection of the project is to classify the given dataset with different classification methods without any toolbox.
(Detailed information and results are in the report).
Run it with matlab (No machine learning toolbox needed)
Require Optimization Toolbox
For main function
When you run main.m, it willrun all 6 different classifiers
KNN classifiers(line 37): K_pool is equivalent to K in KNN K>=1
To adjust the value to get different numbers of polls from the testing data
Kernal SVM (line 74) : mode=1,2
mode=1 is to use RBF kernel mode=2 is to use polynomial kernel
To adjust sigma or gamma, go to file ../Components/Kernal_SVM.m for line 2&3

About

Implementing Bayes' Classifier, K-NN, PCA, MDA, Kernel SVM and Adaboost without using toolbox

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages