neuron weights

4 visualizaciones (últimos 30 días)
Ganesh
Ganesh el 16 de Abr. de 2011
how to find hidden neuron values of a layer?

Respuestas (1)

Héctor Corte
Héctor Corte el 10 de En. de 2012
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.

Categorías

Más información sobre Neural Simulation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by