Skip to content

Implements inception modules based on GoogLeNet from 2014 paper

Notifications You must be signed in to change notification settings

YvesAugusto/inception_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inception_modules

Implements inception modules based on GoogLeNet convolutional layers. Inception module combines the output of multiple convolutional layers outputing these tensors concatenated. It was noticed that this kind of combination spend three times less computation than the traditional convolutional method.

Inception module scheme

inception_module

Paper

C. Szegedy et al., "Going deeper with convolutions," 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Boston, MA, 2015, pp. 1-9, doi: 10.1109/CVPR.2015.7298594.

About

Implements inception modules based on GoogLeNet from 2014 paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages