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

https://github.com/codename-detective/neural-image-classification

Neural Image Classification repository, where cutting-edge deep learning models have been crafted and fine-tuned for diverse image classification tasks. Leveraging state-of-the-art architectures and innovative techniques, this repository stands as a testament to high-performance image recognition.
https://github.com/codename-detective/neural-image-classification

alexnet computer-vision deep-learning image-classification vgg16

Last synced: 4 months ago
JSON representation

Neural Image Classification repository, where cutting-edge deep learning models have been crafted and fine-tuned for diverse image classification tasks. Leveraging state-of-the-art architectures and innovative techniques, this repository stands as a testament to high-performance image recognition.

Awesome Lists containing this project

README

        

# Neural-Image-Classification

* Developed and trained an initial AlexNet model, and then I modified the AlexNet architecture to enable the classification of three
categories: Dogs, Food, and Vehicles. This modification resulted in impressive accuracy rates of 90% and 92.6% for the respective
categories. Subsequently, I implemented the VGG-13 model, employing Mixed Precision Training techniques. This approach yielded a
remarkable accuracy of 91.4%

* Executed the implementation and training of a customized AlexNet model for the classification of Google Street View House
Numbers, resulting in an impressive accuracy of 91.4%.

* Developed and trained a customized AlexNet model for classifying the OCTMNIST dataset, yielding an accuracy of 71%.

* Created and trained a customized AlexNet model to classify a 10-class ImageNet dataset, achieving an accuracy of 68.4%. Then, I
implemented the VGG-13 model and employed Mixed Precision Training, which led to a notable accuracy improvement to 71.8%