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!