screddy1313 / Question-Answering-system-using-Doc2Vec

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%