├── .gitignore ├── AlexNet.ipynb ├── README.md └── data └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sloth2012/AlexNet/HEAD/.gitignore -------------------------------------------------------------------------------- /AlexNet.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sloth2012/AlexNet/HEAD/AlexNet.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sloth2012/AlexNet/HEAD/README.md -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- 1 | dowload imagenet data here and extract it. --------------------------------------------------------------------------------