Implement ALexNet using Tensorflow.
python run_alexnet.py
Data is taken from the ILSVRC folder. Download Dataset using the instructions given in the repo.. https://github.com/ANONYMOUS-GURU/downlaod-imagenet
You can also find a blogpost for qualitative description of AlexNet at https://medium.com/@adityaraj_64455/it-all-started-with-cnns-alexnet-3023b21bb891
Acknowledgement: Jireh-Father for his implementation.