How to extract feature from autoencoder/stackautoencoder ?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Suppose, 2 autoencoder is stacked together and a softmax layer is used for classification.
At the time of fine tuning %deepnet = stack(autoenc1,autoenc2,softnet); [deepnet,tr]=train(deepnet,X,T);% are used.
After finetuning, i need feature from 'autoenc1'' or 'autoenc2'.
How can i extract the feature?
2 Commenti
Mandar Kale
il 10 Mag 2021
Hajar Ahmadieh , can you pleasee post a demo code for it THi would be a great help
Risposte (0)
Vedere anche
Categorie
Scopri di più su Pattern Recognition and Classification in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!