Skip to content

Spring2018-Project3-spring2018-project3-group9 created by GitHub Classroom

Notifications You must be signed in to change notification settings

TZstatsADS/Spring2018-Project3-Group9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3: Dogs, Fried Chicken or Blueberry Muffins?

image image

In this project, we will carry out model evaluation and selection for predictive analytics on image data.

Term: Spring 2018

  • Team 9

  • Team members

    • Fan Yang
    • Jingyi Wang
    • Xueyao Li
    • Yiran Jiang
  • Project summary:

In this project, we created a classification engine for images of dogs versus fried chicken versus blueberry muffins. The baseline model used GBM with decision stumps on SIFT features. For feature extraction, besides the SIFT, we also tried RGB and GIST. For advanced model, we considered SVM(Linear and RBF kernel), XGBoost, AdaBoost and Convolutional Neural Network(CNN).

After model evaluation and comparison, XGBoost achieved the best performance. Then we tuned RGB hyperparameters and considered the combination of features. Comparing different features on XGBoost, we chose the RGB. The final model reduced the test error to 9.77% with a running time 48.467s.

Comparison of baseline and advanced models: model selection

Comparison of different features on XGBoost: feature selection

  • Contribution statement: (Team 9 contribution statement) All team members contributed equally in all stages of this project. All team members approve our work presented in this GitHub repository including this contributions statement.

Following suggestions by RICH FITZJOHN (@richfitz). This folder is orgarnized as follows.

proj/
├── lib/
├── data/
├── doc/
├── figs/
└── output/

Please see each subfolder for a README file.

About

Spring2018-Project3-spring2018-project3-group9 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •