avijit-jana/cnn-architectures-benchmark
A comparative benchmark of popular Convolutional Neural Network architectures (LeNet‑5, AlexNet, GoogLeNet, ResNet, Xeception) on MNIST, Fashion‑MNIST and CIFAR‑10 using PyTorch. Includes analysis of loss curves, accuracy, precision, recall and F1‑scores.
Stars
2
Forks
—
Language
Jupyter Notebook
License
AGPL-3.0
Category
Last pushed
Jan 08, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/avijit-jana/cnn-architectures-benchmark"
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).
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.
BIGBALLON/cifar-10-cnn
Play deep learning with CIFAR datasets
titu1994/DenseNet
DenseNet implementation in Keras
gpleiss/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets