yoonkim / CNN_sentence

CNNs for sentence classification
2.05k stars 826 forks source link

multilabel classificaion #48

Open shaikarshad opened 6 years ago

shaikarshad commented 6 years ago

Hi What changes have to be done in this code to allow multi label classification? is there any resource that I can refer to extend your code to allow multi label classification?

riemann85 commented 6 years ago

Loss binary_crossentropy . Dense output sigmoid

On Wednesday, 7 November 2018, shaikarshad notifications@github.com wrote:

Hi What changes have to be done in this code to allow multi label classification? is there any resource that I can refer to extend your code to allow multi label classification?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yoonkim/CNN_sentence/issues/48, or mute the thread https://github.com/notifications/unsubscribe-auth/ALCQ2yRfP0qr6hOOmU8aH_GxWmpvRkEyks5ushSjgaJpZM4YRcNl .

self-ms commented 1 year ago

Hi What changes have to be done in this code to allow multi label classification? is there any resource that I can refer to extend your code to allow multi label classification?

If your data is embedded and labels are available, you can use the following repository: https://github.com/ms-unlimit/Transformer-Based-Machine-Learning-Framework