摘要: Exercise:Sparse Autoencoder习题的链接:Exercise:Sparse Autoencoder注意点:1、训练样本像素值需要归一化。因为输出层的激活函数是logistic函数,值域(0,1),如果训练样本每个像素点没有进行归一化,那将无法进行自编码。2、训练阶段,向量化实现... 阅读全文
posted @ 2014-12-30 16:21 陆草纯 阅读(1266) 评论(2) 推荐(0) 编辑
摘要: (一)Autoencoders and Sparsity章节公式错误:s2 应为 s3。意为从第2层(隐藏层)i节点到输出层j节点的误差加权和。(二)Support functions for loading MNIST in Matlab文件名错误% Change the filenames if... 阅读全文
posted @ 2014-12-30 15:02 陆草纯 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Factorial Trailing ZeroesGiven an integern, return the number of trailing zeroes inn!.Note:Your solution should be in logarithmic time complexity.Cred... 阅读全文
posted @ 2014-12-30 12:47 陆草纯 阅读(9076) 评论(3) 推荐(3) 编辑