Skip to content

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages