Skip to content

Here is a classification problem with different ML model built for grayscale images of poodles versus images of fried chickens to get the highest accuracy.

Notifications You must be signed in to change notification settings

CassieHyt/Classification-Problem-using-different-ML-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Labradoodle or Fried Chicken? In Blakc and White.

image

Term: Spring 2017

  • Team # 13

  • Team members

    • team member 1 Zhishan Wang
    • team member 2 Yitong Hu
    • team member 3 Terry Li
    • team member 4 Jingwen Yin
  • Project summary:

In this project, we created a classification engine for grayscale images of poodles versus images of fried chickens.First of all, we did the features exraction and selection from the given images.Then, we feed our selected features to several classifieries to computing speed and prediction rate.

  • Feature Extraction and Selection:

For the feature extraction part, we tried SIFT features to extract feature again. For the feature selction,we tried bag of words,LASSO,PCA to reduce dimension features.

  • Model Selection:

As for the models, we briefly tested several models with different feature extraction and selection combination,like gbm, SVM, Randomforest, Xgboost, logistic, NaiveBayes. From all of these primary models, we found sift features combined with SVM model generally is among the models that perform the well,at the same time,it won't take too much time and it's portable as well.

Contribution statement: (default) 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

Here is a classification problem with different ML model built for grayscale images of poodles versus images of fried chickens to get the highest accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5