An open API service indexing awesome lists of open source software.

https://github.com/akashash01/support_vector_machine

It's an linear model for classification and regression problems. It can solve non-linear problems by creating a hyperplane which separates the data into classes using KERNAL .
https://github.com/akashash01/support_vector_machine

data-science datavisualization machine-learning numpy pandas python sklearn svm-classifier

Last synced: 10 months ago
JSON representation

It's an linear model for classification and regression problems. It can solve non-linear problems by creating a hyperplane which separates the data into classes using KERNAL .

Awesome Lists containing this project

README

          

# Support_Vector_Machine
It's an linear model for classification and regression problems. It can solve non-linear problems by creating a hyperplane which separates the data into classes using KERNAL .