MATLAB: Neural network about weights

neural network

how we can see the value of inputweight,layerweight and biases in neural network??

Best Answer

WB = getwb(net)
The syntax in the documentation of getwb and related functions is incorrect.
Hope this helps.
Thank you for formally accepting my answer.
Greg