Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 386 Bytes

File metadata and controls

7 lines (6 loc) · 386 Bytes

AlexNet-Implementation

AlexNet is the name of a convolutional neural network (CNN), designed by Alex Krizhevsky in collaboration with Ilya Sutskever and Geoffrey Hinton, who was Krizhevsky's Ph.D. advisor.

Dataset Used

The dataset used for this implementation is cifar10

Note

In the original alexnet paper the size of input is 224x224x3 wheras in my implementation is 70x70x3.