Convolutional Neural Networks

GoogLeNet

Introduced by Szegedy et al. in Going Deeper with Convolutions

GoogLeNet is a type of convolutional neural network based on the Inception architecture. It utilises Inception modules, which allow the network to choose between multiple convolutional filter sizes in each block. An Inception network stacks these modules on top of each other, with occasional max-pooling layers with stride 2 to halve the resolution of the grid.

Source: Going Deeper with Convolutions

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 27 12.74%
General Classification 25 11.79%
Classification 19 8.96%
Object Detection 13 6.13%
Quantization 12 5.66%
Object Recognition 7 3.30%
Domain Adaptation 5 2.36%
Clustering 5 2.36%
Benchmarking 3 1.42%

Categories