Can I say overfitting happen or not in this plot?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have a performance plot from ANN I know that ANN toolbox prevents from overfitting .My question is that
Can I say that overfilling did not happen in this plot?
댓글 수: 0
채택된 답변
Anurag Gupta
2016년 8월 1일
It is my understanding that you want to know the possibility of overfitting in the above shown plot.
Overfitting happens when your model is not generalized i.e. error is very small for the training data and becomes very large for the test data. As per my observation from the above shown plot, the test error is comparable to the training error and finally both are converging to some small value. So, this is not overfitting.
Thanks,
Anurag Gupta
MathWorks India
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!