├── .ipynb_checkpoints └── question_topic-checkpoint.ipynb ├── README.md ├── TREC_10.label ├── definition.html ├── docker_question_topic ├── Dockerfile ├── README.md ├── app.py ├── le_quetopic.pickle ├── quetopic_model_useT.h5 └── requirements.txt ├── le_quetopic.pickle ├── question_topic.ipynb ├── quetopic_model_useT.h5 ├── train_1000.label ├── train_2000.label ├── train_3000.label ├── train_4000.label └── train_5500.label /.ipynb_checkpoints/question_topic-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/.ipynb_checkpoints/question_topic-checkpoint.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/README.md -------------------------------------------------------------------------------- /TREC_10.label: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/TREC_10.label -------------------------------------------------------------------------------- /definition.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/definition.html -------------------------------------------------------------------------------- /docker_question_topic/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/docker_question_topic/Dockerfile -------------------------------------------------------------------------------- /docker_question_topic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/docker_question_topic/README.md -------------------------------------------------------------------------------- /docker_question_topic/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/docker_question_topic/app.py -------------------------------------------------------------------------------- /docker_question_topic/le_quetopic.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/docker_question_topic/le_quetopic.pickle -------------------------------------------------------------------------------- /docker_question_topic/quetopic_model_useT.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/docker_question_topic/quetopic_model_useT.h5 -------------------------------------------------------------------------------- /docker_question_topic/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/docker_question_topic/requirements.txt -------------------------------------------------------------------------------- /le_quetopic.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/le_quetopic.pickle -------------------------------------------------------------------------------- /question_topic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/question_topic.ipynb -------------------------------------------------------------------------------- /quetopic_model_useT.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/quetopic_model_useT.h5 -------------------------------------------------------------------------------- /train_1000.label: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/train_1000.label -------------------------------------------------------------------------------- /train_2000.label: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/train_2000.label -------------------------------------------------------------------------------- /train_3000.label: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/train_3000.label -------------------------------------------------------------------------------- /train_4000.label: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/train_4000.label -------------------------------------------------------------------------------- /train_5500.label: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sambit9238/QuestionTopicAnalysis/HEAD/train_5500.label --------------------------------------------------------------------------------