Stacked Autoencoders and Encode/Decode Functionality

조회 수: 1 (최근 30일)
Paul Poloniewicz
Paul Poloniewicz 2017년 10월 18일
답변: wenyi shao 2018년 8월 23일
Hi. I am trying to duplicate an Autoencoder structure that looks like the attached image. This is from a paper by Hinton (Reducing the Dimensionality of Data with Neural Networks). I've looked at stacking Autoencoders, but it seems it only performs the encode function, not the decode. I am looking at this incorrectly, or is some other way to do this?

답변 (2개)

Nate
Nate 2017년 10월 26일
Stacked autoencoders perform both encoding and decoding. The following doc pages might be useful: https://www.mathworks.com/help/nnet/examples/training-a-deep-neural-network-for-digit-classification.html https://www.mathworks.com/help/nnet/ref/autoencoder.stack.html https://www.mathworks.com/help/nnet/ug/construct-deep-network-using-autoencoders.html

wenyi shao
wenyi shao 2018년 8월 23일
Yes, the stack function only extracts the encoders from the autoencoders and stacks them. It seems MATLAB does not support extracting the decoders yet.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by