how to get the Hidden layer output???

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..

 Accepted Answer

Greg Heath
Greg Heath on 18 Mar 2013
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 Comment

Can you please tell me what is h in first equation? and for transig should I use IW instead of LW?

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 16 Mar 2013

Commented:

on 30 Apr 2017

Community Treasure Hunt

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

Start Hunting!