deepNet-Chirag / Quora-Queston-Pair-Similarity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quora Question Pairs

Can you identify question pairs that have the same intent? This repository consist of code implementation for Quora Question Pairs problem in which we have to identify whether the two question are similar or not.
All the detail for the following are written in - https://www.kaggle.com/c/quora-question-pairs

Library

-numpy
-pandas
-matplotlib
-seaborn
-nltk
-sklearn
-tqdm

Algorithm

-Logistic Regression
-Linear Support Vector Classifier
-Kernel Support Vector Classifier
-Decision Tree Classifier
-Random Forest Classfier

Dataset

Dataset for the same can be downloaded from the given link.
link -https://www.kaggle.com/c/quora-question-pairs/data

Author

Chirag Malaviya

About


Languages

Language:Jupyter Notebook 100.0%