zackhy / TextClassification

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

Pre-trained Embedding #10

Open nasrin-taghizadeh opened 5 years ago

nasrin-taghizadeh commented 5 years ago

Thanks for sharing this code. Could you please add the feature of using pre-trained word embedding in Embedding layer of the network. Having both options, random initialization and pre-trained word embedding would be nice. Regards

saja1994 commented 5 years ago

Hi Did you found a way to use pre-trained words? Thanks,

nasrin-taghizadeh commented 5 years ago

Yes. Thanks

saja1994 commented 5 years ago

Please, can you provide me with a way to do that?