Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

[AlexNet]

Overview

This repository contains the implementation of AlexNet. Below you will find detailed information and resources related to this architecture.

Detailed Explanation

For a comprehensive understanding of the paper and its contributions, please refer to the detailed blog post.

Major Contributions

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.

Architecture Scheme

Below is a schematic representation of the architecture:

Architecture Scheme

Reproduced Results (TBD)

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]
  • ...

References