Deep Learning4: Linear Decoders with Autoencoders
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Deep Learning4: Linear Decoders with Autoencoders相关的知识,希望对你有一定的参考价值。
对于
Linear Decoders设定,a(3) = z(3)则称之为线性编码
sigmoid激活函数要求输入范围在[0,1]之间,某些数据集很难满足,则采用线性编码
此时,误差项更新为
以上是关于Deep Learning4: Linear Decoders with Autoencoders的主要内容,如果未能解决你的问题,请参考以下文章
转载 Deep learning:二(linear regression练习)