ShawnyXiao / TextClassification-Keras

Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.
MIT License
816 stars 187 forks source link

tested on my own data #22

Open naja-sirina opened 2 years ago

naja-sirina commented 2 years ago

Hello!

Could you tell me, please, how can I use your code on my own data? For example I have a vectors of words organised by tf-idf scheme. What should I do if I wanna test it instead of imdb data?