File size: 1,768 Bytes
9dd2278 e316de5 9dd2278 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
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
---
.png&w=640&q=75)
## 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](https://github.com/pytorch/vision/blob/main/torchvision/models/alexnet.py)
## Performance Reference
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## Inference & Model Conversion
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## License
- Source Model: [BSD-3-CLAUSE](https://github.com/pytorch/vision/blob/main/LICENSE)
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf) |