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
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
Use quora_model to train the model. Use quora_inference to perform inference using the trained model.