Skip to content

Support Vector Machines (SVMs) from scratch, without dedicated packages, for the classification of linear and non-linear data.

Notifications You must be signed in to change notification settings

mark-antal-csizmadia/svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svm

Open In Colab

Support Vector Machines (SVMs) from scratch, without using dedicated packages, for the classification of linearly and non-linearly separable data Explores the theory and practical implementation of SVMs. Includes the optimization of the dual formulation, the implementation of different kernels such as linear, polynomial, and Radial Basis Function (RBF) kernels, and adding slack variables.

Releases

No releases published

Packages

No packages published