neuron weights

3 次查看(过去 30 天)
Ganesh
Ganesh 2011-4-16
how to find hidden neuron values of a layer?

回答(1 个)

Héctor Corte
Héctor Corte 2012-1-10
If net is your network, the weigths of hidden layer i are in:
net.LW{i+1,i}
If you refer to the state of the neuron during a simulation, you need to calculate by yourself, or look into "sim.m" code to look for it. I think that are the only ways.

类别

Help CenterFile Exchange 中查找有关 Neural Simulation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by