Skip to content

GursimranSe/SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Support Vector Machine on Astronaut Dataset with Python

In this repository, a Support Vector Machine (SVM) is applied to the Pulsar Star Classification dataset available on Kaggle.

SVM is a supervised machine learning algorithm used for classification and regression problems. It was proposed by Vladimir N. Vapnik and Alexey Ya. Chervonenkis in 1963.

A hyperplane is a crucial part of SVM; it is a decision boundary that separates a set of data points. SVM separates data points using a hyperplane with the maximum margin. The margin is the separation gap between two lines closest to the data points from each class.

SVM is implemented using a kernel. The role of the kernel is to map data to a higher dimension where the data becomes separable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors