Neural Network In MATLAB

조회 수: 1 (최근 30일)
ghulam murtaza
ghulam murtaza 2022년 7월 14일
답변: Prateekshya 2024년 7월 8일
I have trained my neural network in MATLAB .I am using feed forward command. I have increased and decreased samples learning rate number of neurons but my error is not going to be minimized. It is just in order of 10 power -2 I need it in power of 10 power -6 or -8 .please suggest what are other possibilities.

답변 (1개)

Prateekshya
Prateekshya 2024년 7월 8일
Hi Ghulam,
I understand that you want to achieve low error in Neural Networks. You may consider the following ways.
  1. Normalize the data and consider removing or handling outliers appropriately.
  2. Increase the network depth by adding more layers which can help in learning more complex patterns.
  3. Experiment with different activation functions.
  4. Adding L2 regularization can help prevent overfitting and improve generalization.
I hope this helps!
Thank you.

카테고리

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