This repository contains a custom CNN trained on CIFAR-10 dataset. This model achieves a Training accuracy of 74.46% and a test accuracy of 74.31%.
- Try chaging the hyperparameters to achieve a higher accuracy within fewer epochs.
- Try adding more convolutional layers, or increasing the number of channels in each convolutional layer
- Try using a feedforward neural network and see what's the maximum accuracy you can achieve