NARX - MSE validation error is ZERO
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
I am quite new to Matlab and have a question.
I am trying to predict a timeseries using a NARX net.
What does it mean if my MSE validation error is zero?
Both test and training have dessent values.
Kind regards Natascha
댓글 수: 0
답변 (1개)
Sid Jhaveri
2017년 1월 3일
Hi,
MSE = 0 on validation data set means your model was able to predict all the validation data correctly. This might indicate over fitting. If you would like to plot and visual, then I would suggest trying out the plot functions in the link given below:
댓글 수: 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!