Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Questions about binary classification task #8

Open
yangzhao-666 opened this issue Apr 8, 2021 · 5 comments
Open

Questions about binary classification task #8

yangzhao-666 opened this issue Apr 8, 2021 · 5 comments

Comments

@yangzhao-666
Copy link

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.

@fmeier
Copy link
Contributor

fmeier commented Apr 9, 2021

Hi,
thank you!

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.

@yangzhao-666
Copy link
Author

Hi,
thank you!

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,
Zhao

@yangzhao-666 yangzhao-666 reopened this Apr 9, 2021
@fmeier
Copy link
Contributor

fmeier commented Apr 12, 2021

Hi Zhao,

in theory it should work for multi-class classification tasks!

Best,
Franziska

@yangzhao-666
Copy link
Author

Hi Franziska,

Thank you very much for the reply! Very helpful!

Best,
Zhao

@mikehuisman
Copy link

Hi,
thank you!

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,

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants