Skip to content

A stacked deep learning model based on sequence modelling with layers of LSTMs & GRUs to classify whether pairs of questions on Quora are duplicate or unique

Notifications You must be signed in to change notification settings

balag59/Quora-question-pairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Quora-deep-learning

A stacked deep learning model based on sequence modelling with layers of LSTMs & GRUs to classify whether pairs of questions on Quora are duplicate or unique

Dependencies:

Tensorflow:

Install : https://www.tensorflow.org/install/

Keras:

Install : https://keras.io/#installation

h5py:

Install : http://docs.h5py.org/en/latest/build.html

Numpy:

Install : https://scipy.org/install.html

Pandas:

Install : http://pandas.pydata.org/pandas-docs/stable/install.html

Note:Install all dependencies for python3

Programs:

Use quora_model to train the model. Use quora_inference to perform inference using the trained model.

About

A stacked deep learning model based on sequence modelling with layers of LSTMs & GRUs to classify whether pairs of questions on Quora are duplicate or unique

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages