swarajkumarsingh/cnn-cifar-classification-model
Cifar classification model using Pytorch CNN module with ResNet9 model, with CUDA for training to archive 75% accuracy
This project offers a pre-built Convolutional Neural Network (CNN) designed for classifying small color images into one of ten common categories like 'airplane', 'dog', or 'truck'. You provide the image, and it outputs the predicted category. This is useful for researchers or students learning about image classification and neural networks, or for those who need a baseline model for classifying similar small-scale image data.
No commits in the last 6 months.
Use this if you need to classify small color images (like 32x32 pixels) into 10 distinct categories and want to understand or apply a standard CNN approach.
Not ideal if you need to classify images larger than 32x32 pixels, require a custom set of categories, or need very high accuracy for critical applications beyond an introductory benchmark.
Stars
8
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Sep 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/swarajkumarsingh/cnn-cifar-classification-model"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kratzert/finetune_alexnet_with_tensorflow
Code for finetuning AlexNet in TensorFlow >= 1.2rc0
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
gpleiss/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets