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

https://github.com/stabgan/support-vector-regression

I implemented Support Vector Machine as our Regressor both in Python and R
https://github.com/stabgan/support-vector-regression

machine-learning machine-learning-algorithms regression support vector

Last synced: 12 months ago
JSON representation

I implemented Support Vector Machine as our Regressor both in Python and R

Awesome Lists containing this project

README

          

# Support Vector Regression

[Scikit learn on Support Vector Regressors](http://scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html)

## I used support vector regressors for this specific project

![down](https://image.ibb.co/cTmCPG/RBF_equations.png)

There are two kernel structures available to us :

![down](https://image.ibb.co/bSpoyb/poly_and_rbf.png)

We used the RBF model :

![down](https://image.ibb.co/iXy3Ww/RBF_KERNEL.png)

# Remember cross_validation is replaced with model_selection