Convolutional Neural Networks in under 800 words
Networks built out of one or many convolutional layers are the standard in image classification and are also used for other types of structured data. Understand how they work! Convolutional neural network layers are readily available in frameworks such as Tensorflow, Theano, CNTK, and others. You don’t need to learn …