elifirinci/cifar-10
This project explores the concept of transfer learning using the CIFAR-10 dataset. The work demonstrates how to reuse a convolutional neural network trained on a subset of image classes and then fine-tune it on a different set of classes. This approach is common in real-world deep learning applications where labeled data is limited.
No commits in the last 6 months.
Stars
2
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/elifirinci/cifar-10"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
kratzert/finetune_alexnet_with_tensorflow
Code for finetuning AlexNet in TensorFlow >= 1.2rc0
titu1994/DenseNet
DenseNet implementation in Keras
BIGBALLON/cifar-10-cnn
Play deep learning with CIFAR datasets
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.