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 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Greg Heath
2016-8-18
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 个评论
更多回答(1 个)
Steven Lord
2016-8-18
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!