Relative Content

Tag Archive for tensorflowmultilabel-classification

How to go about coding this custom loss function for tensorflow?

This project is for multi-label text classification. I’m trying to create a custom loss function. I’m still new to making a custom loss function, and I figure out that tensorflow uses a different format for it which means I cannot simply use basic python to code this custom loss function to be put in the modile.complie() later.