Issue with trainNetwork() function

조회 수: 3 (최근 30일)
Eva
Eva 2023년 7월 20일
댓글: Eva 2023년 8월 25일
I have imported a trainNetwork image into this question, and hopefully you can see to the right of it, where the simulation ends, as this is the most important part, if this is not visible after I post this question, I will resize and repost the image.
I seem to be getting an accuracy at the end of this simulation, that is performing low and is not following the 'darker blue' trend of this simulation.
Could anyone offer any clues as to what might be going on ?
I am trying to interpret what and how this darker blue field of the training plots means, and why my validation classification rate no longer seems to be tracking the darker blue training performance.
Any clues where I should look would be a great help.
Regards,
Eva Riherd
  댓글 수: 1
Matt J
Matt J 2023년 7월 20일
if this is not visible after I post this question, I will resize and repost the image.
It is not necessary to repost an image if you just want to resize it. That can be done within the post editor.

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

채택된 답변

Matt J
Matt J 2023년 7월 20일
편집: Matt J 2023년 7월 20일
I am trying to interpret what and how this darker blue field of the training plots means,
The light blue line measures accuracy based on the current minibatch of training data that is being processed, and the dark blue is a time-smoothed version of that. The black line is the accuracy as measured from your validation data set.
I seem to be getting an accuracy at the end of this simulation, that is performing low and is not following the 'darker blue' trend of this simulation.
I don't think so. The training accuracy plot has some downward dips that, although infrequent, may be large enough to bring the average training accuracy downward, to a level consistent with the validation curve.
Possibly if you shuffle the training datastore, you might get a less spiky training accuracy plot.
  댓글 수: 3
Matt J
Matt J 2023년 7월 21일
You're welcome, but if the advice worked, please Accept-click the answer.
Eva
Eva 2023년 8월 25일
Much thanks for taking the time to look into this question!

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

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by