usersblock / Facial-Attribute-Classification-by-ML-Algorithms

Other
1 stars 2 forks source link

Gridsearch on preprocessing techniques on all Models #17

Closed usersblock closed 2 years ago

usersblock commented 2 years ago

For each model:

  1. Run with or without SIFT Features
  2. Run with PCA or RFS or PCA + RFS
  3. Run with various image masks
  4. Run with or without balanced labels

Models: SVM, Gradient Boost, Neural Network, Random Forest