I am implementing a neural network which will take 225 input neurons and it has to classify random numbers from 1 to 7. So for this i need 225 random weights for first output. Suggest me what to do? I have to feed this to feed forward neural network
↧
Is there any range of random initialisation of weights in neural network in classification probelm?
↧