This repository contains the implementation of AlexNet. Below you will find detailed information and resources related to this architecture.
For a comprehensive understanding of the paper and its contributions, please refer to the detailed blog post.
The major contributions of the paper include:
- Depth and Complexity: AlexNet demonstrated that deeper networks with many layers could achieve significantly better performance on complex image classification tasks
- ReLU Activation: Substitute tanh activation function with Rectified Linear Unit, showing lower training time.
- Dropout: Utilized dropout as a regularization technique to prevent overfitting.
- GPU Implementation: Leveraged the power of GPUs to accelerate the training process, making it feasible to train large networks on large datasets.
Below is a schematic representation of the architecture:
The following results were reproduced as per the methodology described in the paper:
- Result 1: [Description and value]
- Result 2: [Description and value]
- Result 3: [Description and value]
- ...
