I had built a neural network. In the weights update step
the mean error quadratiqur goes directly to 0
for example
mean error quadratic 1 = 1.2
mean error quadratic 1 = 0
mean error quadratic 1 = 0
mean error quadratic 1 = 0
mean error quadratic 1 = 0
mean error quadratic 1 = 0 ....................
I don't know what is the problem
the size of my neual network is:
input = 324 * 540 target = 10 * 540
when i try with an other data with this size
input = 81* 540 target = 10 * 540
it works.
maybe the problem is in the learning rate ?