Skip to content

ncchen55414/Kaggle-Yelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle: Yelp Restaurant Photo Classification

Each directory in this repository includes a submission to the Kaggle competition Yelp Restaurant Photo Classification.

Three Submissions:

  • /CNN_Submission1: This starter code uses CaffeNet to extract image features, takes the mean of image features to represent restaurants, and uses SVM to classify restaurants. Private LB F1-score = 0.76094. (More Discussion)

  • /HOG_Submission1: Benedict's submission; similar to CNN_Submission but uses histogram of oriented gradients (HOG) features.

  • /BagDistance_Submission1: This computes the Chamfer distances between restaurants and uses SVM classifiers. Private LB F1-score = 0.82219

About

Yelp Restaurant Photo Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •