random.init.NeuralNet {AMORE} | R Documentation |
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.
random.init.NeuralNet(net)
net |
The neural network object |
random.init.NeuralNet returns the input network with weights and biases changed randomly.
Manuel Castejón Limas. manuel.castejon@unileon.es
Joaquin Ordieres Meré. joaquin.ordieres@dim.unirioja.es
Ana González Marcos. ana.gonzalez@unileon.es
Alpha V. Pernía Espinoza. alpha.pernia@alum.unirioja.es
Eliseo P. Vergara González. eliseo.vergara@dim.unirioja.es
Francisco Javier Martinez de Pisón. francisco.martinez@dim.unirioja.es
Fernando Alba Elías. fernando.alba@unavarra.es
random.init.neuron
, init.neuron, newff