Skip to content

Implementation of Siamese Network with Cosine Similarity to detect similar questions from the Quora Questions pair dataset.

License

Notifications You must be signed in to change notification settings

Radvian/siamese-quora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my siamese-quora project!

In this project, I explore the implementation of simaese network and cosine similarity to detect similarity among question pairs from the Kaggle Quora dataset. The raw texts are preprocessed using nltk, and the word embedding weights are from GloVe-wiki-Gigaword-300. The whole process can be read in the 'Quora Question Pair Siamese Network.ipynb' notebook.

We achieve 82.78% accuracy on testing set and 89.73% accuracy on training set on the 4th epoch. Training the model for more epochs does not improve the prediction accuracy any further.

About

Implementation of Siamese Network with Cosine Similarity to detect similar questions from the Quora Questions pair dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published