An open API service indexing awesome lists of open source software.

https://github.com/amanfoundongithub/alexnet

Implemented Alex Net, a 2003 CNN model that won ImageNet 2003
https://github.com/amanfoundongithub/alexnet

alexnet cifar100 pytorch

Last synced: 6 months ago
JSON representation

Implemented Alex Net, a 2003 CNN model that won ImageNet 2003

Awesome Lists containing this project

README

          

AlexNet on CIFAR-100 Dataset
---
Trained an AlexNet on CIFAR-100 dataset.

The results are as follows for the fully trained model:

```
Avg training loss : 0.522764069840312
Training accuracy : 83.37 %
Avg validation loss : 1.4082968754768372
Validation accuracy : 64.53 %
```

Test Results:
```
Final Test loss : 1.4020623059272765
Final Testing accuracy : 64.25 %
```

Pre trained model could be downloaded from [here](https://iiitaphyd-my.sharepoint.com/:f:/g/personal/aman_r_students_iiit_ac_in/Em3zpNu9-EhHjorNt-bLNj0B61936YzO_O5UMfwum89MJw?e=Nevcwr) for Alex Net on CIFAR-100 dataset