This little project is about classifying fruits (33 different types). In order to achieve our goal, we are going to use two methods:
- 1) Building our own model from scratch.
- 2) Using Transfer learning techniques.
- Validation Accuracy: 99.73 %
- Validation Loss: 0.85 %
- Validation Accuracy: 99.85 %
- Validation Loss: 1.61 %
- Validation Accuracy: 100.00 %
- Validation Loss: 2.96 %
Thanks to Edward Zhang (https://www.kaggle.com/sshikamaru) for this dataset.