Open shaikarshad opened 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 .
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
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?