Description: 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.
To Search:
File list (Check if you may need any files):
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