Skip to content

RahulBhalley/alexnet-architecture.tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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