Effacer les filtres
Effacer les filtres

Oscillation in neural network

6 vues (au cours des 30 derniers jours)
Waqar Ahmed
Waqar Ahmed le 4 Fév 2021
My neural network is consist of following layer for dataset of 8336 * 364
featureInputLayer(numFeatures,'Normalization', 'zscore')
fullyConnectedLayer(50)
batchNormalizationLayer
reluLayer
fullyConnectedLayer(numClasses)
softmaxLayer
classificationLayer
During training process there is oscillation in accuracy of the network. I want to Know How can I improve my network.
My validation accuracy is 80,64 and test accuracy is 83%.
I used regularization and dropout

Réponses (1)

Srivardhan Gadila
Srivardhan Gadila le 11 Fév 2021
You can refer to the documentation of Deep Learning Tips and Tricks & resources available under Deep Learning Tuning and Visualization.

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by