前言理论知识:UFLDL教程和http://www.cnblogs.com/tornadomeet/archive/2013/04/09/3009830.html实验环境:win7, matlab2015b,16G内存,2T机械硬盘实验内容:Exercise:Convolution and Pool...
分类:
其他好文 时间:
2015-11-18 19:37:57
阅读次数:
418
出处: Michael Nielsen的《Neural Network and Deep Leraning》本节译者:哈工大SCIR硕士生 徐梓翔 (https://github.com/endyul)声明:我们将不定期连载该书的中文翻译,如需转载请联系wechat_editors@ir.hit.e...
分类:
其他好文 时间:
2015-11-17 13:01:15
阅读次数:
287
出处: Michael Nielsen的《Neural Network and Deep Leraning》,点击末尾“阅读原文”即可查看英文原文。本节译者:哈工大SCIR硕士生 徐伟 (https://github.com/memeda)声明:我们将在每周一,周四,周日定期连载该书的中文翻译,如需...
分类:
其他好文 时间:
2015-11-17 12:57:42
阅读次数:
636
出处: Michael Nielsen的《Neural Network and Deep Leraning》,点击末尾“阅读原文”即可查看英文原文。本节译者:哈工大SCIR硕士生 徐梓翔 (https://github.com/endyul)声明:我们将在每周一,周四,周日定期连载该书的中文翻译,如...
分类:
其他好文 时间:
2015-11-17 12:54:06
阅读次数:
461
前言实验内容:Exercise:Learning color features with Sparse Autoencoders。即:利用线性解码器,从100000张8*8的RGB图像块中提取彩色特征,这些特征会被用于下一节的练习理论知识:线性解码器和http://www.cnblogs.com/t...
分类:
其他好文 时间:
2015-11-14 16:36:12
阅读次数:
2227
Why Deep Learning Works – Key Insights and Saddle PointsA quality discussion on the theoretical motivations for deep learning, including distributed r...
分类:
其他好文 时间:
2015-11-04 21:24:38
阅读次数:
344
前言 本文是基于Exercise:PCA and Whitening的练习。 理论知识见:UFLDL教程。 实验内容:从10张512*512自然图像中随机选取10000个12*12的图像块(patch),然后对这些patch进行99%的方差保留的PCA计算,最后对这些patch做PCA Whi...
分类:
其他好文 时间:
2015-11-02 16:58:22
阅读次数:
345
前言这节主要是练习下PCA,PCA Whitening以及ZCA Whitening在2D数据上的使用,2D的数据集是45个数据点,每个数据点是2维的。一些matlab函数彩色分散点图函数:scatter(x,y,c,s) x, y为两个矢量,用于定位数据点,s为绘图点的大小,c为绘图所使用的色彩,...
分类:
其他好文 时间:
2015-11-02 13:52:38
阅读次数:
294
Problem DescriptionAn inch worm is at the bottom of a well n inches deep. It has enough energy to climb u inches every minute, but then has to rest a ...
分类:
其他好文 时间:
2015-11-02 11:40:10
阅读次数:
207
前言: 本节来练习下logistic regression相关内容,参考的资料为网页:http://openclassroom.stanford.edu/MainFolder/DocumentPage.php?course=DeepLearning&doc=exercises/ex4/ex4.html。这里给出的训练...
分类:
其他好文 时间:
2015-10-29 18:38:57
阅读次数:
304