Natsu6767 / ResNet-Tensorflow

A Tensorflow implementation of ResNet.

Home Page:https://mohitjain.me/2018/06/13/resnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of ResNet

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

Content

  • resnet.py: Implementation of the resnet architecture.
  • residual.py: Implementation of a single residual block.
  • ResNet Train.ipynb: Notebook to train the implementation of ResNet.
  • layers: Contains files implementing basic layers [convolutions, max pooling and fully connected].

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

About

A Tensorflow implementation of ResNet.

https://mohitjain.me/2018/06/13/resnet/


Languages

Language:Jupyter Notebook 81.5%Language:Python 18.5%