createWeights2 {TeachNet} | R Documentation |
Creates random weights for a two hidden layers network
createWeights2(I, H)
I |
number of input neurons |
H |
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
Georg Steinbuss