How to improve artificial neural network performance

I want to know how to increase artificial neural network performance. Whether increment of the number of neurons will help me or not. Please help

답변 (1개)

Walter Roberson
Walter Roberson 2011년 11월 3일

0 개 추천

If you have too many neurons, you can get over-training -- cases where the NN recognizes specific input data rather than recognizing patterns.
If you do not have enough layers, some types of recognition might not be possible. I have not examined NN enough to know what might happen if you have too many layers.
What kind of recognition are you trying to do?

댓글 수: 5

ionosphere data recognition, huge data set, 207697 data per parameter
one data ranges from 1 to 365, another 0 to 24, another 20 to 24, another 85 to 91, and the last input parameter is of 0 to 60, output data ranges from 0 to 50
What, exactly, are the inputs and outputs?
Why is your current performance unsatisfactory?
Greg
my error goal was set to 0, but it does not come under 15, i have used msereg instead of mse as the function, increases neurons, even tried by normalizing the inputs inside 0 to 1, tried with 2,3 layers, tried with 64 bit OS also, but the problem persists
Not enough info. HOw about posting some code?
Greg

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

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2011년 11월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by