Is there some way to display the output FUNCTION of a neural net (i.e. the actual equation relating the inputs to the neural net output)?
3 views (last 30 days)
Show older comments
Zohaib Moonis
on 17 Aug 2016
Commented: Zohaib Moonis
on 18 Aug 2016
I have generated some neural networks using the neural network fitting app in Matlab, and would like to see an equation relating the inputs of the network to the resulting model (like a y=mx+b kind of output). I see that whenever I generate the regressions for the model, it shows its relationship to the targets, but is there some way to see the model's relationship with the inputs?
0 Comments
Accepted Answer
Greg Heath
on 18 Aug 2016
I have several posts regarding this in both the NEWSGROUP and ANSWERS.
It should suffice to search in ANSWERS using
GREG ANALYTIC
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Comments
More Answers (1)
Steven Lord
on 18 Aug 2016
Theoretically, yes, you could retrieve the weights, biases, functions, etc. used in the network from its properties and write the equations. But it's not going to be quite as simple as "y = m*x+b" even in the simple one neuron case; see this example in the documentation. You're more likely to have something like the multiple neuron example on this documentation page instead. And those don't take into account the input- and output-processing functions.
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!