Term: Fall 2022
- Team 3
- Team members
- Ying Gao
- Alix Leon
- Shreya Sinha
- Weijia Wang
- Tomasz Wislicki
In this project, we built multiple image classifiers based on different architectures and got an accuracy of
Before training the model, we first normalized the images and one-hot encoded the labels in our data. We also applied data augmentation using Keras' built-in data image generator to the training set by randomly rotating, flipping, and cropping the images. We also applied random erasing to the images to prevent overfitting.
Contribution statement: (default) All team members contributed equally in all stages of this project. All team members approve our work presented in this GitHub repository including this contributions statement.
proj/
├── lib/
├── data/
├── doc/
├── figs/
└── output/