- Mini-batch size
- Learning rate
- cost function.
- Network Architechture
- Quality of data and lot more.
NN training process?
2 ビュー (過去 30 日間)
古いコメントを表示
why mini batch accuracy (value) graph of training is goes down during training process?
0 件のコメント
採用された回答
Shishir Singhal
2020 年 5 月 22 日
Hi,
Mini batch accuracy should likely to increase with no. of epochs.
But for your case, there can be of multiple reasons behind this:
It would be better if you provide more information about the NN model you are using.
Moreover, You can also refer to this link : https://www.mathworks.com/matlabcentral/answers/484326-mini-batch-loss-and-accuracy-trends?s_tid=answers_rc1-2_p2_MLT
If your case is similar like that.