Closed gonzaloiglesiasiglesias closed 10 years ago
Hi Max,
I want to initialize my neural networks with random weights in a range defined by the user. How are they initialized currently? I think i will need to do some modifications. Could you give me a hint to where to start? Thank you.
Hi,
It is in https://github.com/milakov/nnForge/blob/master/nnforge/convolution_layer.cpp in convolution_layer::randomize_data function
Thanks for such a quick reply!
Hi Max,
I want to initialize my neural networks with random weights in a range defined by the user. How are they initialized currently? I think i will need to do some modifications. Could you give me a hint to where to start? Thank you.