AmirAAZ818/Transfer-Learning-Optimization
Implementation of normalization techniques (BatchNorm, LayerNorm, FRN) and gradient clipping in transfer learning using MobileNetV2 for CIFAR-10 image classification, with analysis of convergence, gradient flow, and loss landscapes. Course project for Deep Learning at University of Kerman, Spring 2025.
No commits in the last 6 months.
Stars
2
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Aug 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AmirAAZ818/Transfer-Learning-Optimization"
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).
titu1994/DenseNet
DenseNet implementation in Keras
BIGBALLON/cifar-10-cnn
Play deep learning with CIFAR datasets
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.
gpleiss/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets