can we train alexnet or others for only one class via transfer learning?

3 ビュー (過去 30 日間)
ugur arslan
ugur arslan 2019 年 12 月 25 日
回答済み: Mohammad Sami 2019 年 12 月 26 日
is it possible ? can it recognize other classes?

回答 (1 件)

Mohammad Sami
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

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by