You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was implemented for a Kaggle competition (see link in repo's details). The goal was to classify food photos by using a training set of ~30.000 images. After experimentation with different models like VGG16 and ResNet CNNs, the final decision was to use transfer learning with ResNet50 achieving 61% top-1 accuracy.