How to do do multi-label classification #1003
Unanswered
antbertrand
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Sorry for the late reply. You can refer to this |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm building a system to analyse the behaviors of a mouse in its cage. I am looking at 6 different behaviors, that are not always exclusive. For example a mouse can be eating and rearing at the same time (rearing meaning it is on its back legs).
I've trained a I3D network on the task. But I can't seem to find a way for the different classes to be considered independent. As you can see on my attached picture, the probabilities sum to 1 when I would like them to be independent for each class. Typically this is done by using a sigmoid function and not softmax on the predictions. Would you have any idea where and how I could change this ?
Thanks a lot for your help,
Beta Was this translation helpful? Give feedback.
All reactions