Skip to content

Support Vector Machines (SVM) is a supervised machine learning algorithm used for classification and regression analysis. It aims to find the best boundary between classes by maximizing the margin between them. SVM is particularly useful in high-dimensional data and can handle non-linear data using a technique called the kernel trick.

Notifications You must be signed in to change notification settings

darian-catalin-cucer/support-vector-machines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

support-vector-machines

Support Vector Machines (SVM) is a supervised machine learning algorithm used for classification and regression analysis. It aims to find the best boundary between classes by maximizing the margin between them. SVM is particularly useful in high-dimensional data and can handle non-linear data using a technique called the kernel trick.

About

Support Vector Machines (SVM) is a supervised machine learning algorithm used for classification and regression analysis. It aims to find the best boundary between classes by maximizing the margin between them. SVM is particularly useful in high-dimensional data and can handle non-linear data using a technique called the kernel trick.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages