SDAE-stacked denoised autoencoder (堆栈去噪自编码器)

堆栈自编码器 Stacked AutoEncoder_浮生了大白的博客-CSDN博客_堆栈自编码器 

为什么稀疏自编码器很少见到多层的? - 知乎 

Based on blog which links were give above.

code explanation for SDAE//That's a nice try

自编码(AutoEncoder)模型及几种扩展之三——SDAE - 知乎

All those materials give a relatively complete infomation about DAE\SDAE\SAE,and in terms the training process of sdae,it's a little bit fuzzy and confusing,here comes my humble understanding.

        Training:I'm gonna use a table to interpret this.

SDAE training process

Stacked-DAE Input Hidden_layer Output Loss DAE1 X h1=W1*X X' L(X,X') DAE2 h1 h2=W2*h1 X'' L(h1,X'') DAE3 h2 h3=W3*h2 X''' L(h2,X''') DAE4 h3 h4=W4*h3 X'''' L(h3,X'''')

                                        Downstream-finetuing:SDAE training process

Input x        
Hidden_layer:h1        
Hidden_layer:h2
Hidden_layer:h3    
Hidden_layer:h4
Fine-tuning:Downstream_task:softmax,Dense,...

        When you done with training DAE1,you discard output_layer X',you use Hidden_layer h1 as input for DAE2,and the same when you done with training DAE2,you discard the output_layer X'',and you use Hidden_layer h2 as input ...,Alright,that's the process when you train the sub_module for SDAE,and when you done with all the DAEx(x=1,2,3,4),it's time to stack those hidden layer together to inference.

        Inference:I'm gonna use a table to interpret this

SDAE inference process
Input x        
Hidden_layer:h1        
Hidden_layer:h2
Hidden_layer:h3    
Hidden_layer:h4
Fine-tuning:Downstream_task:softmax,Dense,...

        When you done with finetuing on some down-stream task,then you start inference just like any other DNN.


Reference

[自编码器:理论+代码]:自编码器、栈式自编码器、欠完备自编码器、稀疏自编码器、去噪自编码器、卷积自编码器_nana-li的博客-CSDN博客_卷积自编码器原理 //Content is relatively overall,Stacked auto-encoder training-part explanation is little clear.

堆叠式降噪自动编码器(SDA)_Mr_Researcher的博客-CSDN博客_堆叠去噪自动编码器//Explanation is clear

降噪自动编码机(Denoising Autoencoder)_冰涛的博客-CSDN博客_降噪自编码器

自编码(AutoEncoder)模型及几种扩展之三——SDAE - 知乎

https://www.youtube.com/watch?v=d0W_Ab-aZGo 

Autoencoder - denoising autoencoder 

  • 1
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值