Skip to content
/ SVM Public
forked from gchers/SVM

Matlab implementation of Support Vector Machine (SVM)

Notifications You must be signed in to change notification settings

lex127/SVM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SVM

This code was part of a coursework. The function SVM trains a Support Vector Machine on the training set (XTrain, YTrain), using a Vapnik's polynomial kernel of degree degree, and tests it against the test set. The fact that the script had to both train and test the SVM was a requirement of the assignment. C and threshold are the constraints of the "alphas", that have to be such that

threshold < alphas < C - threshold

About

Matlab implementation of Support Vector Machine (SVM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%