文件名称:python_cnn-master
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [MacOS] [C/C++] [源码]
- 上传时间:
- 2017-04-18
- 文件大小:
- 1.14mb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
CNN的基本结构包括两层,其一为特征提取层,每个神经元的输入与前一层的局部接受域相连,并提取该局部的特征。一旦该局部特征被提取后,它与其它特征间的位置关系也随之确定下来;其二是特征映射层,网络的每个计算层由多个特征映射组成,每个特征映射是一个平面,平面上所有神经元的权值相等。-The basic structure of CNN consists of two layers, one is the feature extraction layer, the input of each neuron is connected with the local acceptance domain of the previous layer, and the local feature is extracted. Once the local feature is extracted, its positional relationship with other features is also determined. The second is the feature mapping layer. Each calculation layer of the network is composed of multiple feature maps. Each feature map is a plane, The weights of all neurons on the plane are equal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
python_cnn-master
.................\README.md
.................\SimpleCNN.ipynb
.................\hdf5_generator.py
.................\tools
.................\.....\__init__.py
.................\.....\__init__.pyc
.................\.....\build
.................\.....\.....\temp.macosx-10.6-intel-2.7
.................\.....\.....\..........................\im2col_cython.o
.................\.....\classifiers
.................\.....\...........\__init__.py
.................\.....\...........\__init__.pyc
.................\.....\...........\cnn.py
.................\.....\...........\cnn.pyc
.................\.....\...........\convnet.py
.................\.....\...........\convnet.pyc
.................\.....\...........\fc_net.py
.................\.....\...........\fc_net.pyc
.................\.....\data_utils.py
.................\.....\data_utils.pyc
.................\.....\fast_layers.py
.................\.....\fast_layers.pyc
.................\.....\gradient_check.py
.................\.....\gradient_check.pyc
.................\.....\im2col.py
.................\.....\im2col.pyc
.................\.....\im2col_cython.c
.................\.....\im2col_cython.pyx
.................\.....\im2col_cython.so
.................\.....\layer_utils.py
.................\.....\layer_utils.pyc
.................\.....\layers.py
.................\.....\layers.pyc
.................\.....\optim.py
.................\.....\optim.pyc
.................\.....\setup.py
.................\.....\solver.py
.................\.....\solver.pyc
.................\.....\vis_utils.py
.................\.....\vis_utils.pyc