You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?