/Inception-Module-Tensorflow

Tensorflow implementation of Inception Module

Primary LanguageJupyter Notebook

Implementation of Inception Module

Beside the comments in the code itself, I also wrote an article which you can find here with further explanations on the Inception Module and GoogLeNet.

Content

  • inception.py: Implementation of Inception Module
  • Inception Train & Test.ipynb: Notebook to train and test the implementation of Inception Module.
  • layers: Contains files implementing basic layers [convolutions, max pooling and fully connected]

If you are having trouble viewing the notebook file, click here.