Skip to content

This repo serves as an archive of the project for the Shopee Data Science Challenge 2019. This project is mainly about Image Classification. Although our team did not rank at a satisfying level, I still regard this challenge as a key to the door of Machine Learning and Deep Learning for me.

Notifications You must be signed in to change notification settings

SibingWu/National-Data-Science-Challenge-2019-Product-Category-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

National-Data-Science-Challenge-2019-Product-Category-Classification

This repo serves as an archive of the project for the Shopee Data Science Challenge 2019. This project is mainly about Image Classification. Although our team did not rank at a satisfying level, I still regard this challenge as a key to the door of Machine Learning and Deep Learning for me.

  1. Introduction In our project, Convolutional Neural Network (CNN) was used to develop an image classifier. The algorithm pipeline is shown below.

  2. Algorithm Pipeline Image data was processed using CV2. All images were resized to 128*128. The dataset is highly unbalanced. Hence, image augmentation using tensorflow was used to balance the dataset. We utilized the pre-trained VGG model combined with fine-tuning.

  3. Result Analysis The model was trained with learning rate 0.0001 in 35 epochs. The over-fitting has occurred after 14 epochs.

About

This repo serves as an archive of the project for the Shopee Data Science Challenge 2019. This project is mainly about Image Classification. Although our team did not rank at a satisfying level, I still regard this challenge as a key to the door of Machine Learning and Deep Learning for me.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages