View on GitHub

Bearded-android-docs

ConvolutionalNetwork

Download this project as a .zip file Download this project as a tar.gz file

Created Monday 09 December 2013

Super-Condensed Summary

Pros:

Cons:

Overview

Convolutional networks or CNNs combine three ideas:

The result is shift and distortion invariance.

Reasons for Using a CNN

Implementation

See +Implementation

Learning With Backprop

The standard algorithm must be slighthly modified to take account of the weight sharing. An easy way to implement it is to first compute the partial derivatives of the loss function with respect to each connection (as if the network were conventional multi layer). Then the partial derivatives of all the connections that share the same parameter are added to form the derivative w/ respect to that parameter.


Backlinks:

MachineLearning:NeuralNetworks
comments powered by Disqus