Information

Algorithms Used :

1. Convolutional Neural Network ( CNN ) :

CNNs are ideal for the CIFAR-10 dataset because they excel at image classification tasks by automatically learning spatial hierarchies and features like edges, textures, and shapes through convolutional layers. Their use of pooling layers reduces dimensionality, preserving essential information while making the model more computationally efficient. This architecture allows CNNs to capture complex patterns and relationships in the pixel data, crucial for distinguishing the 10 diverse classes in CIFAR-10. Additionally, CNNs' ability to leverage data augmentation and regularization techniques helps improve accuracy and prevent overfitting, making them highly effective for CIFAR-10.




6. Final Accuracy Table :



To know more about the Project