Hi
How to get the output of hidden layer in neural network.. I'm using 1 hidden layer and 1 o/p layer for image compression.. I'm in need of hidden layer output where image is compressed.. Help me pls..

 Réponse acceptée

Greg Heath
Greg Heath le 18 Mar 2013

0 votes

y = b2 + LW*h % PURELIN OUTPUT
h = LW\(y-b2) % Hidden Layer output
However, the solution is not unique if null(LW) is not empty.
Hope this helps
Thank you for formally accepting my answer
Greg

1 commentaire

Iman Ashraf
Iman Ashraf le 30 Avr 2017
Can you please tell me what is h in first equation? and for transig should I use IW instead of LW?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by