MATLAB: How to know the weight in Artificial neural network with hidden node of 15

ann

I am trying to create an architecture of the neural network used and for that I need weight. Can anyone help?

Best Answer

1. Read the online documentation
a. Regression or curvefitting
help fitnet
and
doc fitnet
b. Classification or pattern recognition
help patternnet
and
doc patternnet
2. Additional checks for understanding can be obtained by using MATLAB example data from
help (and doc) nndatasets
3. Solved problems can be obtained from previous user postings in the NEWSREADER or ANSWERS. Including "greg" in the search words might help.
Hope this helps.
Greg