Skip to content

This code was used to train Xception model for Kaggle competition Cdiscount’s Image Classification Challenge: 64th position (accuracy 0.72582).

Notifications You must be signed in to change notification settings

ardiloot/CDiscountClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Build Status

CDiscountClassifier

This code was used to train Xception model for Kaggle competition Cdiscount’s Image Classification Challenge. In principle, the competition was about standard image classification, however following points made it difficult:

  • Large number of categories (5720)
  • Big training data (58.2 GB, 7 million products each having up to 4 images)
  • A lot of difficult categories (different styles of books and CDs)
  • Variable number of images (1-4) for each product

Requirements

  • keras
  • tensorflow
  • pandas
  • numpy
  • scipy
  • pymongo
  • scikit-image
  • pillow
  • cython
  • h5py

Description of methods

The report descibing the methods is available here.

Results

The final results of the competition are available here. The Xception model (team name "Ardi Loot") trained with this code got 64th position (bronze) out of 627 (accuracy 0.72582).

About

This code was used to train Xception model for Kaggle competition Cdiscount’s Image Classification Challenge: 64th position (accuracy 0.72582).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages