s9xie / DSN

Deeply-supervised Nets
http://vcl.ucsd.edu/~sxie/2014/09/12/dsn-project/
Other
141 stars 66 forks source link

Is SVM implemented? #7

Open lrigazio opened 9 years ago

lrigazio commented 9 years ago

Hi - I looked at the code and the ip_svm layer is simply an innerproduct.

Am I missing something - or SVM is not implemented here - thus just using a IP with a squared-hinge instead; with SGD maybe you consider that like an approximation of SVM?