You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project builds a high accuracy image classification system for the CIFAR100 dataset using the WideResNet28x10 architecture. The goal is to achieve strong top 1 accuracy through advanced augmentation, stable training strategy, and detailed model analysis.
Part 3 of Visual Scrambling — four ResNet-style architectures reconstructed in PyTorch, with residual blocks, custom BatchNorm, theory notebooks, and CIFAR-100 experiments.
Building a Convolutional Neural Network (CNN) from scratch using PyTorch for CIFAR-10 image classification while understanding every concept from data preprocessing to model evaluation.