







![ConvNets
32
32
3
Convolution Layer
activation maps
6
28
For example, if we had 6 5x5 filters, we’ll get 6 separate activation maps:
We processed [32x32x3] volume into [28x28x6] volume.
Q: how many parameters are used ?
A: (5*5*3)*6 = 450 parameters, (5*5*3)*(28*28*6) = ~350K multiplies
28](https://image.slidesharecdn.com/dlstartit-161028143207/85/Deep-Learning-meetup-9-320.jpg)




The document discusses deep learning including popular programming languages for deep learning like Protobuf/Lua, Python, and Java. It covers convolutional neural networks and how they process input images through convolution layers and activation maps to reduce their size. Examples of famous deep learning models are provided from 1998 to the present like LeNet, AlexNet, VGGNet, and ResNet. Resources for deep learning papers, demos, and preparing for the future of AI are also listed.