Skip to content

A series of notebooks on Support Vector Machine algorithm

License

Notifications You must be signed in to change notification settings

BALaka-18/SVM-Series

Repository files navigation

SVM Series

A series of notebooks on Support Vector Machine algorithm

Notebook 1 : Notebook on Support Vector Machine(SVM) Geometric intuition : which is a better classifying plane / line ?


Notebook 2 : Notebook on applying SVM on the Indian Diabetes Dataset to find the best value of C for which accuracy is the highest.

image


Notebook 3 : Notebook to visualize the decision boundary hyperplane of SVM algorithm, for both linearly separable and non-linearly separable data.

LINEARLY SEPARABLE SAMPLE DATA :

Screenshot (223)

NON-LINEARLY SEPARABLE SAMPLE DATA :

  1. Linear kernel

Screenshot (231)

  1. Polynomial kernel with default degree = 3

Screenshot (232)

  1. Polynomial kernel with degree = 2

Screenshot (235)

  1. Rbf kernel

Screenshot (233)

  1. Gaussian RBF kernel in 3D space

Screenshot (234)


Notebook 4 : Notebook to find out the best hyperparameters for a SVC working on the very popular Breast Cancer dataset

Screenshot (229)


About

A series of notebooks on Support Vector Machine algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages