ncchen55414 / Kaggle-Yelp

Yelp Restaurant Photo Classification

Home Page:https://www.kaggle.com/c/yelp-restaurant-photo-classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.kaggle.com/c/yelp-restaurant-photo-classification


Languages

Language:Jupyter Notebook 100.0%Language:Lua 0.0%