smazzanti / mrmr

mRMR (minimum-Redundancy-Maximum-Relevance) for automatic feature selection at scale.
MIT License
531 stars 79 forks source link

how to use it with a classifier #14

Closed Zakirshah closed 1 year ago

Zakirshah commented 2 years ago

I used a pre-trained vgg16 model and extracted the features from some of the layers. Later i passed the features from GAP layer and concatenate it now i want to use mRMR module?