An open API service indexing awesome lists of open source software.

https://github.com/aquatiko/dog-vs-cat-redux-kernel-edition-transfer-learning

Top 5% on Kaggle leaderboard using fast.ai library and resnet50 along with transfer learning.
https://github.com/aquatiko/dog-vs-cat-redux-kernel-edition-transfer-learning

cats-vs-dogs data-augmentation fastai gradient-descent-with-restarts image-classification resnet-50 resnet101 resnet34 transfer-learning

Last synced: 7 months ago
JSON representation

Top 5% on Kaggle leaderboard using fast.ai library and resnet50 along with transfer learning.

Awesome Lists containing this project

README

          

# Dogs v/s Cats Redux: Kernel Edition- Top 5% Transfer Learning

Transfer Learning approach using fast.ai library which makes implementing it easier. Based on 3 different approaches each with architectures- resnet34, resnet50 and resnet101... got top 5% on Kaggle leaderboard, Accuracy 99.3% and and 0.05605 binary log loss error(evaluation criteria).

Used Diffrential Learning Rates to tune arch , Test Time Augmentation and Learning Rate Anneling to improve model loss.