This is convolutional neural network It is trained by image-base CIFAR-10 structure is: one convolutional-layer one pooling-layer one relu-layer at the end results of 3 first layer process by simple neuronet(fullyconnected multylayer neuronet)
files with prefix 'ipl' manage work with v4l-driver
this file contains functions for convolution of images
function for max-pooling
function for relu-layer
functions for initializing convnet
functions that do forward pass and backward pass for convnet
main-file for using image-base CIFAR-10
main-file for teaching neuronet
contains structure of neuronet
functions for creating new neuronets
functions for reading and writing data in files
in this file are functions of forward pass and backward pass for fullyconnected layers