Convolutional Neural Network

Posted on September 30, 2018 in deeplearning • 100 min read

A Convolutional Neural Network written in Python, consisting of a single neuron that uses back propagation to learn. Just three layers are created which are convolution (conv for short), ReLU, and max pooling.


Continue reading