This repository contains the codebase for my CNN architecture benchmarking research.
Trained and evaluated multiple convolutional neural networks — AlexNet, VGG16, ResNet50, and InceptionV3 — on the CIFAR-10 dataset to compare accuracy, efficiency, and model complexity.
models/– CNN architecture defsdata_loader.py– Handles dataset import and preprocessingevaluate_models.py– Runs training and evaluation across architecturesrequirements.txt– Dependencies