AISoltani / SGD_for_SVM

Squared Hinge SVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SGD_for_SVM

Squared Hinge SVM (Support Vector Machine)

Stochastic Gradient Descent (SGD) is a simple yet very efficient approach to fitting linear classifiers and regressors under convex loss functions such as (linear) Support Vector Machines and Logistic Regression.

About

Squared Hinge SVM

License:MIT License


Languages

Language:Python 100.0%