AlexNet / README.md
qc903113684's picture
Update README.md
e316de5 verified
metadata
license: other
license_name: aplux-model-farm-license
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
pipeline_tag: image-classification
tags:
  - AIoT
  - QNN

AlexNet: Image Classification

AlexNet is a convolutional neural network model introduced in 2012 by Alex Krizhevsky and his team. It achieved remarkable success in the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) and is considered a milestone that sparked the modern deep learning revolution. AlexNet consists of five convolutional layers and three fully connected layers, utilizing the ReLU activation function to speed up training and employing Dropout to prevent overfitting. The model also leveraged GPU parallel computing to significantly improve training speed. AlexNet’s design greatly improved the accuracy of image classification tasks, marking the widespread adoption of convolutional neural networks in computer vision.

Source model

  • Input shape: 224x224
  • Number of parameters: 58.27M
  • Model size: 233.08M
  • Output shape: 1x1000

Source model repository: AlexNet

Performance Reference

Please search model by model name in Model Farm

Inference & Model Conversion

Please search model by model name in Model Farm

License