can we train alexnet or others for only one class via transfer learning?
    7 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
is it possible ? can it recognize other classes?
0 commentaires
Réponses (1)
  Mohammad Sami
      
 le 26 Déc 2019
        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 commentaires
Voir également
Catégories
				En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!