MSE value of neural network model too large

조회 수: 6 (최근 30일)
cpge agadir
cpge agadir 2022년 10월 12일
답변: TARUN 2025년 2월 25일
Hello I have a question I need to model a neural network composed of 2 inputs and 7 outputs with 900-size data , when I use the nnstart tool the model is calculated with a single iteration with zero calculation time and gives me values of MSE too large, what should I do to fix this problem? Thank you so much for your help

답변 (1개)

TARUN
TARUN 2025년 2월 25일
I understand that you are facing large MSE error in your neural network.
There can be several reasons that could lead to a high MSE like outliers, missing data, high learning rate and number of iterations, details of which are discussed below.
Here are some of the ways that you can consider to reduce the MSE:
  1. Preprocessing of data: Normalize or standardize your input data so that all inputs are on a similar scale. Also, look for any missing values or outliers present.
  2. Learning Rate: A high learning rate can cause the model to converge too quickly to a suboptimal solution.
  3. Iterations: Increase the number of iterations for better results.
  4. Training Algorithm: Try more advanced algorithms like Adam or RMSProp.
You can learn more about the Adam and RMSProp algorithm here:
These are some steps that can help you reduce the Mean squared error of the neural network.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by