08 2015 档案
Understanding Convolutions【转】
摘要:Understanding ConvolutionsIn aprevious post, we built up an understanding of convolutional neural networks, without referring to any significant mathe... 阅读全文
posted @ 2015-08-09 23:01 fuleying 阅读(682) 评论(0) 推荐(0)
卷积神经网络CNN介绍:结构框架,源码理解【转】
摘要:1.卷积神经网络结构卷积神经网络是一个多层的神经网络,每层都是一个变换(映射),常用卷积convention变换和pooling池化变换,每种变换都是对输入数据的一种处理,是输入特征的另一种特征表达;每层由多个二维平面组成,每个平面为各层处理后的特征图(feature map)。常见结构:输入层为训... 阅读全文
posted @ 2015-08-09 22:38 fuleying 阅读(4945) 评论(0) 推荐(0)
受限玻尔兹曼机RBM—简易详解
摘要: 阅读全文
posted @ 2015-08-09 22:11 fuleying 阅读(469) 评论(0) 推荐(0)