How to know all neural network characteristics

2 次查看(过去 30 天)
I have used the train function of a net built via the newpr function in order to obtain a neural network (the network has 2 inputs, 2 hidden layers with 4 neurons each, and 2 outputs). Now, I would like to know all the characteristic of the final net. I am able to see the 4x2, 4x4, and 2x4 matrices corresponding to the links between neurons. I am also able to see the 4x1, 4x1, and 2x1 matrices corresponding to the biases. Since I am using the newpr function, I assume that the Logsig or the Tansig function is used at each (non input) neuron. However, if I simulate the network with all these parameters (even, for instance, in an Excel spreadsheet) I do not obtain the same results of MatLab with the same inputs. Is there something I am missing? For instance, could it be that the input are pre-processed and the output are post-processed? Thank you for any help!

回答(1 个)

Nikhil Sreekumar
Nikhil Sreekumar 2017-1-9
编辑:Nikhil Sreekumar 2017-1-9
Hi Pierluigi,
Have you checked the disp function that lets you see all the properties of the created Neural network?
Also, I found a few links that might help you with Neural Net usage:
Thanks
Nikhil

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by