I use PyBrain with a simple ANN (64)->(40)->(10) to classify 8*8 digit images. I have managed to train the network up to 96% accuracy, however I noticed that the weights - initially randomized - do not change very much. Is it normal/ an issue ?
Thanks !
Ex : before training
[-1.56943502 2.15054767 -0.38189152 ..., -0.20049776 1.57006366
2.00091068]
Ex : after training
[-1.56943502 2.13482924 -0.54452633 ..., -0.23001347 1.59548629
2.00118807]