Oscillation in neural network
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
Srivardhan Gadila
2021년 2월 11일
You can refer to the documentation of Deep Learning Tips and Tricks & resources available under Deep Learning Tuning and Visualization.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!