Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 467 Bytes

File metadata and controls

17 lines (9 loc) · 467 Bytes

LSTM for text classification

Char level and word level classification

Dataset

The dataset will be downloaded automatically when run the program. If you want to download it by yourself, you can use this url link from google dirve.

Run

  1. word level text classification

python text_classification.py

  1. character level text classification

python text_classification_character_rnn.py