Awesome
EXAM-MXNet
An unofficial MXNet implementation of Explicit Interaction Model towards Text Classification
Official one is here.
Requirements
- mxnet
- numpy
- pandas
- scikit-learn
- tqdm
Instruction
Put the Zhihu Kanshan Cup data (specifically 'question_train_set.txt', 'question_topic_train_set.txt', 'topic_info.txt' and 'word_embedding.txt') into the data folder or specify the path.
Run
$ python exam.py
Alternatively you can use the Jupyter notebook.