-1

I am looking for resources that can guide me to use XGboost as my final classifier after feature extraction by CNN and how to save the features generated by CNN and use it for classification by any other techniques like random forest or xgboost.

sathvik
  • 55
  • 1
  • 5

1 Answers1

0

For classifying the images based on the custom classifier please find the following link

https://arxiv.org/abs/1712.03541

In this for feature extraction is done by CNN and classification is based upon SVM

Bhaskar
  • 333
  • 2
  • 12