Which loss function to implement for CNN-SVM infusion
1 回表示 (過去 30 日間)
古いコメントを表示
Hi
I am using Matlab R2018b and am tryinbg to infuse svm classifier within CNN. My plan is to use CNN only as a feature extractor and use SVM as the classifier. Doing this, I got struck in a point during backward propagation. In this phase, I got puzzled as which loss function I need to implement to upgrade the gradients and the parametrers. Few points came up during this:
- I got a feeling to implement the hinge loss here. But which form of hinge loss I will implement?(Should I move on to the second form of hinge loss imeplementation?)
- As in Matlab R2018b, they have updated the parameters after calculating the gradients and forward loss(in their trainer file). If I would like to implement the second form of hinge loss, should i change the usual parameter update code of the Matlab R2018b?
Any form of advice doing this CNN-svm infusion will be appreciated as I am not finding any such material implemented in Matlab to get help.
thanks,
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!