项目作者: RahulBhalley

项目描述 :
Unofficial TensorFlow implementation of "AlexNet" architecture.
高级语言: Python
项目地址: git://github.com/RahulBhalley/alexnet-architecture.tensorflow.git
创建时间: 2017-06-13T04:21:54Z
项目社区:https://github.com/RahulBhalley/alexnet-architecture.tensorflow

开源协议:MIT License

下载


AlexNet

AlexNet won the ImageNet LSVRC-2012 competition and achieved top-5 test error rate of 15.3%.

This is the implementation of AlexNet architecture as devised in the original paper 📝.

Note

This is only the AlexNet architecture and does not include the training process.

ImageNet Classification with Deep Convolutional Neural Networks