I use pre-tested networks resnet50and inception v3to extract functions from my images, which I then use with my ML algorithm.
What layers are recommended for feature extraction?
Currently I use: "mixed10"in inception v3and "avg_pool"in resent50. However, the functions are well modeled in XGBoost.
Thank.
source
share