- Increase training data: If possible, gather more training data to improve the model's ability to learn patterns and enhance its performance.
- Regularize the model: Apply regularization techniques such as L1 or L2 regularization to prevent overfitting and improve the model's generalization ability.
- Adjust the network architecture: Experiment with different network architectures by varying the number of neurons, layers, and delays.
- Normalize the data: Scale your input and output data to a similar range. Normalization prevents features with large values from dominating the training process and can improve the model's performance.
- Adjust training parameters: Try different learning rates, number of epochs, and batch sizes. Additionally, explore different optimization algorithms ('trainlm', 'trainbr', 'traingd') to see if they yield better results for your specific problem.
- Explore alternative models: If the NARX model is not providing satisfactory results, consider exploring other types of models that might be more suitable for your specific problem.
HOW TO LOWER MSE VALUES IN NARX?
조회 수: 4 (최근 30일)
이전 댓글 표시
I am having a hard time figuring out how to lower the MSE values for our model. We used NARX in our model, we have 1734x2 for the predictors and 1734x1 for the response. We are not satistified in our validation performace because of the high MSE values, we tried increasing the number of neurons or the number of delays, and we also trained the data multiple times. I attatched the photo for our model summary. Please help me.
댓글 수: 0
답변 (1개)
Lokesh
2023년 10월 15일
Hi Vane,
I understand that you have not achieved satisfactory results in validation performance for your model because of high “Mean Squared Error (MSE).”
Here are some general suggestions that can help you reduce the “Mean Squared Error (MSE)” values for your “NARX” model:
Please refer to the below mentioned documentations to know more about overfitting and regularization :
I hope you find this helpful.
Best Regards,
Lokesh
댓글 수: 0
참고 항목
카테고리
Help Center 및 File 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!