Skip to content

A simple implementation of support vector machine classifier in python.

Notifications You must be signed in to change notification settings

mahesh147/Support-Vector-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Support-Vector-Machine

A simple implementation of a (linear) Support Vector Machine model in python. The classifier is an object of the SVC class which was imported from sklearn.svm library.

the linear kernel type was choosen since this was a linear SVM classifier model.

About

A simple implementation of support vector machine classifier in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages