필터 지우기
필터 지우기

Pretrained Neural network ALEX-NET training process.

조회 수: 3 (최근 30일)
Deepika B
Deepika B 2020년 2월 13일
댓글: Srivardhan Gadila 2020년 2월 25일
Is the modelshown below is overfitting or not? sometimes it seems that mini-batch accuracy is less than validation accuracy why?.

채택된 답변

Srivardhan Gadila
Srivardhan Gadila 2020년 2월 19일
I think the model is not overfitting. The validation loss normally decreases during the initial phase of training, as does the training loss. However, when the network begins to overfit the data, the loss on the validation set typically begins to rise and clearly there is not much difference between the training loss and validation loss. You can refer to Improve Shallow Neural Network Generalization and Avoid Overfitting for more understanding of Overfitting and steps to avoid overfitting.
The Validation accuracy can be higher than the training (mini-batch) accuracy, one possible situtation is when the network has layers that behave differently during prediction than during training for example, dropout layers. It also depends on how the training & validation data are split.
  댓글 수: 3
Deepika B
Deepika B 2020년 2월 19일
sir, I have another question.. Is pretrained neural network is used for any new task or particularly some specific task? Is vgg19 is suitable for eye disease classiifcation problem using fundus image by having 16gb ram cpu? thank you in advance sir.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by