zackhy / TextClassification

Text classification using different neural networks (CNN, LSTM, Bi-LSTM, C-LSTM).
MIT License
194 stars 60 forks source link

Multi-label classification #13

Open saja1994 opened 5 years ago

saja1994 commented 5 years ago

Thank you for your effort. But I want to ask you how can I modify this code to be suited with multilabel class classification?

Thanks,