random.init.NeuralNet: Initialize the network with random weigths and biases.
Description
Provides random values to the network weights and biases so as to start with. Basically it applies the random.init.neuron function to every neuron in the network.
Usage
random.init.NeuralNet(net)
Arguments
net
The neural network object
Value
random.init.NeuralNet returns the input network with weights and biases changed randomly.