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

Answers (1)

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 Comments

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

Sign in to comment.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 3 Nov 2011

Community Treasure Hunt

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

Start Hunting!