필터 지우기
필터 지우기

Can anyone interpret this regression plot for neural networks?

조회 수: 11 (최근 30일)
kareema jumoorty
kareema jumoorty 2020년 3월 10일
답변: Jesse Nyokabi 2021년 2월 19일
Hello! I am trying a multilayer perceptron for intradaily data. The training is going smoothly but I get the following regression plot. Can anyone tell me if that is acceptable result? Thank you!!

채택된 답변

Nipun Katyal
Nipun Katyal 2020년 3월 13일
As the ylabel of these graphs denote an equation between the predicted value and the target value, with output as the dependent variable and target as the independent variable. These equations can be used to show how well your MLP is able to perform. The coefficient of Target shows the proportionality between the output and the targets, hence for a good performance MLP it should be as close to unity as possible. The second term which is a constant, is the error or the residue which should be added to the scaled Target to make it as close as possible to the predicted output, ideally it should be zero or as small as possible. The title represents the coefficient of regression between target and the output. As far as the results for your classifier go, there is some disparity between the training and the testing accuracy, maybe it is because of overfitting, but now you have a clear idea about the plots and can use them to compare the results to find the best results.
  댓글 수: 3
Nipun Katyal
Nipun Katyal 2020년 3월 13일
Apart from overfitting hyperparameters the two main causes can be:
  1. The size of the test set is too small.
  2. The test and the train data follow different distributions which explains the difference in the accuracies at the time of validation and testing.
kareema jumoorty
kareema jumoorty 2020년 3월 13일
Thank you for your answers!!!

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

추가 답변 (1개)

Jesse Nyokabi
Jesse Nyokabi 2021년 2월 19일
Going through the same now! The answers are okay

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by