can we train alexnet or others for only one class via transfer learning?
1 回表示 (過去 30 日間)
古いコメントを表示
is it possible ? can it recognize other classes?
0 件のコメント
回答 (1 件)
Mohammad Sami
2019 年 12 月 26 日
For transfer learning, you need to remove the final 3 layers and replace them with your own.
Hence you can train it as binomial model as you wish. The number of classes is determined by the final classfication layer in matlab.
For a tutorial please follow the example from Matlab here
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!