moved citation from readme to comments

This commit is contained in:
novak_99 2022-01-30 13:33:30 -08:00
parent 43ca8aa5a7
commit f7df9b5098

View File

@ -4,6 +4,9 @@
// Created by Marc Melikyan on 10/2/20.
//
// https://towardsdatascience.com/svm-implementation-from-scratch-python-2db2fc52e5c2
// Illustratd a practical definition of the Hinge Loss function and its gradient when optimizing with SGD.
#ifndef SVC_hpp
#define SVC_hpp