필터 지우기
필터 지우기

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 CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by