Stacked Autoencoders and Encode/Decode Functionality
3 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (2 件)
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
0 件のコメント
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!