This project demonstrates a CNN-based approach to classify images from the CIFAR-10 dataset using TensorFlow and Keras.
- Install dependencies:
pip install -r requirements.txt
The trained model reached a test accuracy of over 89% with a relatively simple model-structure and only minor overfitting due to different regularization techniques like Dropout, and EarlyStopping. But there is still a lot of optimization potential.