CNN卷积神经网络我要分享

CNN convolution neural network

卷积神经网络 CNN

关注次数: 557

下载次数: 3

文件大小: 15490KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

卷积神经网络是近年发展起来,并引起广泛重视的一种高效识别方法。20世纪60年代,Hubel和Wiesel在研究猫脑皮层中用于局部敏感和方向选择的神经元时发现其独特的网络结构可以有效地降低反馈神经网络的复杂性,继而提出了卷积神经网络(Convolutional Neural Networks-简称CNN)。现在,CNN已经成为众多科学领域的研究热点之一,特别是在模式分类领域,由于该网络避免了对图像的复杂前期预处理,可以直接输入原始图像,因而得到了更为广泛的应用。


English Description:

Convolution neural network (convolution neural network) is an efficient recognition method which has been developed in recent years and has attracted much attention. In 1960s, Hubel and Wiesel are used to select local sensitive and the direction of the neurons in the cerebral cortex of the cat is found in its unique network structure can effectively reduce the complexity of the feedback neural network, and then puts forward the convolutional neural network (Convolutional Neural Networks- CNN). Nowadays, CNN has become one of the research hotspots in many fields of science. Especially in the field of pattern classification, because the network avoids the complex preprocessing of images, it can directly input original images, so it has been widely applied.


代码预览

CNN\cnnapplygrads.m

CNN\cnnbp.m

CNN\cnnff.m

CNN\cnnnumgradcheck.m

CNN\cnnsetup.m

CNN\cnntest.m

CNN\cnntrain.m

CNN

CNN\octave-3.8.0.tar