Skip to content

Solution for the Quora question pairs competition on kaggle

License

Notifications You must be signed in to change notification settings

avinashsai/Quora-Question-Pairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Quora-Question-Pairs

Solution for the Quora question pairs competition on kaggle

This is my solution to this competition https://www.kaggle.com/c/quora-question-pairs on kaggle. I have tried couple of models which includes the following. I will be adding all the approaches sequentially.

Manhattan LSTM Model (Train Accuracy - 85% ,Train loss - 0.1, Validation Accuracy - 80%, Validation Loss - 0.14)

Siamese 2 hidden LSTM Layers with 3 Dense Layers(Train-Accuracy - 86%,Train-loss- 0.31 Validation-Accuracy - 82%,Validation-Loss- 0.4)

Siamese Dense model with 3 Dense Layers (Train-Accuracy - 88%,Train-loss- 0.29)

About

Solution for the Quora question pairs competition on kaggle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages