项目作者: Natsu6767

项目描述 :
A Tensorflow implementation of AlexNet adapted for CIFAR-10.
高级语言: Jupyter Notebook
项目地址: git://github.com/Natsu6767/Modified-AlexNet-Tensorflow.git
创建时间: 2018-06-28T08:31:06Z
项目社区:https://github.com/Natsu6767/Modified-AlexNet-Tensorflow

开源协议:

下载


Modified Implementation of AlexNet

The AlexNet implementation in this repository is based on
the implementation by kratzert.

The AlexNet architecture in this implementation deviates from the
original implementation, so as to use the CIFAR-10
dataset, which are smaller in dimensions compared to the ImageNet images.

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

Content

  • alexnet.py: Class with the graph definition of the AlexNet.
  • AlexNet Train.ipynb: Notebook to train and test the implementation of AlexNet.

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