Oscillation in neural network

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

Respuestas (1)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2020b

Preguntada:

el 4 de Feb. de 2021

Respondida:

el 11 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by