Natsu6767 / Inception-Module-Tensorflow

Tensorflow implementation of Inception Module

Home Page:https://mohitjain.me/2018/06/09/googlenet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tensorflow implementation of Inception Module

https://mohitjain.me/2018/06/09/googlenet/


Languages

Language:Jupyter Notebook 83.1%Language:Python 16.9%