powered by
Creates random weights for a two hidden layers network
createWeights2(I, H)
number of input neurons
vector with first element the number of hidden neurons in the first hidden layer second element for the second hidden layer
Returns a S4 class object Weights2
Weights2-class