Skip to content

nil68657/Quora-Duplicate-Question-Pairs-ML

 
 

Repository files navigation

QuoraQuestionPairs

Quora Question Pairs Objective:

To come up with a methodology to detect redundant questions when two questions are compared. This can be used to improve the effectiveness of using a question answer forum like quora. Google Word2Vec

The Google Word2Vec model is available here: https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/view

Please place the above file into data/GoogleNews-vectors-negative300.bin.

Based on Phrase2Vec Implementation This phrase to Vec Implementation is based on an implementation by Aerin Kim

Link - https://bitbucket.org/yunazzang/aiwiththebest_byor