An open API service indexing awesome lists of open source software.

https://github.com/rahulbhalley/alexnet-architecture.tensorflow

Unofficial TensorFlow implementation of "AlexNet" architecture.
https://github.com/rahulbhalley/alexnet-architecture.tensorflow

alexnet convolutional-neural-networks deep-learning deep-neural-networks imagenet supervised-learning tensorflow

Last synced: 8 days ago
JSON representation

Unofficial TensorFlow implementation of "AlexNet" architecture.

Awesome Lists containing this project

README

        

# 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.

## Related Paper 📝
[ImageNet Classification with Deep Convolutional Neural Networks](https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks)