I made visualisation of places where most activuty happens during turtle analysis by neural net. It was made for 2 different nets. One is DenseNet121, other is EfficientNetB5. It was made for fun. I liked how it looks and decided to share. )
This is good interpretable ML. Seems the body markers are the main feature for recognition. Thank you for sharing this with the community Roman @ZFTurbo.
ZFTurbo,
This is awesome. Great stuff?
Would you show us the code, or a resource online where we could learn to replicate this?
Much as you said you made it for fun, did it help you create a better model?
Thanks a lot
Visualisation was based on my old Kaggle code:
https://www.kaggle.com/code/zfturbo/visualisation-of-siamese-net
Difference is that here I used GlobalAveragePooling for NN and not GlobalMaxPooling. It's harder to visualize in this case. )
I made visualisation after contest. So it didn't help.
This is good interpretable ML. Seems the body markers are the main feature for recognition. Thank you for sharing this with the community Roman @ZFTurbo.