how can we reduce the number of hidden layer and in the same time how to increase the number of neuron in that reduced hidden layer???
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
X = abalone_dataset;
hiddenSize = 100;
autoenc = trainAutoencoder(X,hiddenSize);
1)what 'hiddensize' means???
does it mean ---- auto encoder has 100 hidden layer or auto encoder has only one hidden layer and 100 neurons in one hidden layer?????(FIG. GIVEN BELLOW)
2)Another question is that ::---- how can we reduce the number of hiddenlayer and in the same time how to increase the number of neuron in that reduced hiddenlayer???

0 Commenti
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!