benoitfragit / MLPlugins

MLGui plugins implementation
GNU General Public License v3.0
4 stars 0 forks source link

Convolutional Network #16

Closed benoitfragit closed 8 years ago

benoitfragit commented 8 years ago

Extend libBrain library with all Convolutin Network object based on this

http://neuralnetworksanddeeplearning.com/chap6.html

http://ufldl.stanford.edu/tutorial/supervised/ConvolutionalNeuralNetwork/

http://www.silicium628.fr/cours/tr_fourier/page2.php

http://andrew.gibiansky.com/blog/machine-learning/convolutional-neural-networks/

Some details about convolutional neural network extracted from this:

benoitfragit commented 8 years ago

C is definitly not the good language to deals with