Function to initialize the weights and biases in a neural network.
initw(nHidden, nvaibles)
(positive integer, \(1\times h\)) matrix that indicates number of neurons and number layers of neural network.
(positive integer) number of parameters to be estimate including only weights and biases.
A list containing initial values for weights and biases.