Please refer to ProjectDescription.pdf and ProjectPresentation.pdf for a full report of this project.
Question classification on TREC dataset (and its Vietnamese translation) using Deep Neural structures, namely CNN & LSTM & both of them.
Much of the code is reused from https://github.com/dennybritz/cnn-text-classification-tf https://github.com/yoonkim/CNN_sentence https://github.com/tensorflow/tensorflow/tree/master/tensorflow/models/rnn/ptb https://github.com/tensorflow/tensorflow/tree/master/tensorflow/models/rnn/translate
./train_cnn.py --help
./train_cnnlstm.py --help
./train_lstm.py --help
./train_cnn.py --vn
./train_cnnlstm.py --lstm_type='gru'
./train_lstm.py --batch_size=100