Learn R Programming

AMORE (version 0.2-16)

random.init.MLPnet: 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.MLPneuron function to every neuron in the network.

Usage

random.init.MLPnet(net)

Arguments

net

The neural network object

Value

random.init.MLPnet returns the input network with weights and biases changed randomly.

See Also

random.init.MLPneuron, init.MLPneuron, newff