-
Notifications
You must be signed in to change notification settings - Fork 17
Questions about binary classification task #8
Comments
Hi, For the binary classification results in the paper the learned loss function takes in the predicted and ground truth target, just like the cross entropy loss. Hope this helps. |
Hi Franziska, Thanks for getting back so quickly. This definitely helps. Can I ask one more question? Could you please comment on the extension of ml3 loss on multi-class classification tasks? Do you think it might also work? Thanks for your time and looking forward to your reply. Best, |
Hi Zhao, in theory it should work for multi-class classification tasks! Best, |
Hi Franziska, Thank you very much for the reply! Very helpful! Best, |
Hi Franziska, Did you apply a softmax operation over the predictions before passing them to the meta-loss network? Or did you pass in the raw predictions? Kind regards, Mike |
Hi there,
Really thanks for your work. Very clear and readable code, very interesting idea and experiments. I'm currently reproducing the binary classification tasks, and I was wondering what the input for ml3 loss is in classification tasks, is it the same as for crossEntropy loss? or some other engineering techniques are used for the input?
Thank you very much and looking forward to your reply.
The text was updated successfully, but these errors were encountered: