You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keras-users
Is there an example of Hamming Loss implementation in Keras for multi-label classification? Also wanted to see if anyone can share their experience with hamming noise loss function for multi-label classification.
Is it possible to use SciKit implementation of Hamming Noise loss function with Keras?
With Best Regards
Sudheer Kumar
Lance N.
unread,
Nov 15, 2018, 6:44:40 PM11/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keras-users
I found this on stackoverflow, but I have not tried it.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keras-users
Thank you, Lance. I found another implementation by Manish on Medium. I wish Keras would provide some of these functions in the upcoming releases. I used this function but I didn't see a huge lift compared BCE.