This repository contains image classification assignment, submitted by Inbal Schekler.
This code has been implemented in python language using Keras libarary with tensorflow backend and tested in colab. following Environement and Library needed to run the code:
- Python 3
- Keras - tensorflow backend
The best model includes data augmentation, 2 convolution layers, maxpooling and dropout.
The results are:
- Test accuracy: 98.1%
- Recall = 0.59
- Precision = 0.51
- AUC = 0.792