dogs-vs-cats-redux
dogs-vs-cats-redux copied to clipboard
Dogs vs. Cats Redux on floydhub
dogs-vs-cats-redux
https://shaoanlu.wordpress.com/2017/04/22/deep-learning-on-floyd-dogs-vs-cats-redux-kaggle-competition/
Kaggle dogs vs cats redux on flyodhub
Usage
res50_bneck_fconv.ipynb & res50_fc_and_incep.ipynb
ResNet50 as base model with different top layers.
Result: scored in the top 8% on public LB (ensembling in avg_subm.ipynb).
res50_incepV3_Xcept.ipynb
ResNet50, inceptionV3 adn Xception as base models with simple fully-connected top layers.
Result: scored within top 2% on public LB.
knn_image.ipynb
Average test image predictions using k-Nearest-neighbors.
opt_experiment.ipynb
Comparisons between optimizers: SGD, Adam Nadam and RMSprop inspired by this paper on arxiv. Result shows that SGD with momentum has better performnace on validation data than adaptive optimizers. See this blog post for detail.
Requirements
- Keras 1.2.2
- Tensorflow 1.0