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 .
- Host: GitHub
- URL: https://github.com/akashash01/support_vector_machine
- Owner: Akashash01
- Created: 2021-07-22T15:01:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T15:28:53.000Z (over 4 years ago)
- Last Synced: 2025-02-07T06:45:14.788Z (about 1 year ago)
- Topics: data-science, datavisualization, machine-learning, numpy, pandas, python, sklearn, svm-classifier
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .