LeNet
LeNet
Deep Learning
300 (3)
Dr. Lekshmi R. R.
Asst. Prof.
Department of Electrical & Electronics
Engineering
Amrita School of Engineering 1
LeNet
Neural Network
• LeNet – first convolutional network
• Used to classify 2D images
– Grey scale images
– During LeNet development
– No GPU and slow CPU to train LeNet
– LeNet – trained used grey scale
– 32x32x1
– Height: 32
– Width: 32
– No. of channel: 1 (Grey scale)
Architecture
32
5
5
28
28
Architecture
Step 2 (C2)
• Down sample
– Average pooling
• Input: 28x28
• Filter size : 2х2
• Striding : 2
28
28
2
2
14
14
Architecture
Step 2
• Down sample
– Average pooling
• Input: 28x28
• Filter size : 2х2
• Striding : 2
• Output : 14х14 with 6 feature
maps
Architecture
14
5
5
10
10
Architecture
Step 4
• Down sample
– Average pooling
• Input: 10x10
• Filter size : 2х2
• Striding : 2
10
10
2
2
5
5
Architecture
Step 4
• Down sample
– Average pooling
• Input: 10x10
• Filter size : 2х2
• Striding : 2
• Output : 5х5 with 16 feature maps
Architecture
Step 7 (C7)