💡 각각 network의 parameter의 수, depth 유의깊게 보기!
Increasing depth with 3*3 convolution filters (with stride 1)
1*1 convolution for fully connected layers
Dropout (p=0.5)
VGG16, VGG19 : layer의 개수에 따라
why 3*3 convolution?
1x1 convolution: dimension(channel) reduction 효과가 있음
- parameter수를 줄일 수 있음
22 layers
combined network-in-network (NiN) with inception blocks
하나의 입력이 들어왔을 때 여러개로 퍼졌다가 하나로 합쳐지게 됨
- convolution 전에 1x1 conv 해주기
benefits: Reduce the number of parameter
benefit of 1*1 convolution