We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db77c5c commit 8f57279Copy full SHA for 8f57279
README.md
@@ -0,0 +1,6 @@
1
+SVM
2
+===
3
+
4
+Support Vector Machine (SVM) for classification task with Stochastic Gradient Descent (SGD) optimization.
5
6
+Architecture allows to use different loss functions (for example, Hinge Loss), regularizations (L1, L2) and models (for example, linear SVM).
0 commit comments