HOW TO EXTRACT FEATURES OF THE REDUCED DATA FROM THE HIDDEN LAYER OF AN AUTO ENCODER??
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
X = abalone_dataset;
hiddenSize = 100;
autoenc = trainAutoencoder(X,hiddenSize);
HOW TO EXTRACT FEATURES OF THE REDUCED DATA FROM THE HIDDEN LAYER OF AN AUTO ENCODER??
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!