Pseudo random number generator to initialize neuron weight
[Visual Basic]
Protected Shared rand As System.Random
[C#]
protected static Random rand;
Pseudo random number generator to initialize neuron weight
[Visual Basic]
Protected Shared rand As System.Random
[C#]
protected static Random rand;