Skip to content

Implementation of the Gaussian RBF Kernel in Support Vector Machine model.

Notifications You must be signed in to change notification settings

mahesh147/Kernel-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Kernel-SVM

Implementation of the Gaussian RBF Kernel in Support Vector Machine that classifies data non-linearly.

An object of the SVC class is created. The SVC class is imported using the sklearn.svm library.

A confusion matrix is created to check the number of accurate and inaccurate prediction the model made.

Releases

No releases published

Packages

No packages published

Languages