Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 433 Bytes

File metadata and controls

17 lines (9 loc) · 433 Bytes

Question-Answering-system-using-Doc2Vec

In this project we will be building question answering system using doc2vec model

Model :

  • We will be using data.txt to train the doc2vec model.

  • we will find the most probable document using document similarity score in Doc2Vec model.

  • After the training for faster execution and also to avoid the retraining the model, we will save the model.

Modules :

  • gensm
  • pickle