Back

CIFAR-10 Classification Using Machine Learning and Deep Learning Models

Created on Mar 18, 2025

View on GitHub View Blog

Skills:


Project Overview:

This project explored image classification on the CIFAR-10 dataset using machine learning and deep learning models — Random Forest, CNN, and ResNet. The goal was to compare the performance of these models to understand their strengths and limitations for image recognition tasks. While Random Forest served as a baseline, CNNs captured spatial hierarchies, and ResNet leveraged residual connections to improve training efficiency.


Key Contributions:


Results and Impact:


Learnings and Takeaways:

Back