Siamese network using Keras (v2.x)


My experiments on Quora question similarity challenge

To Run:

Download the dataset available here

Download glove word embeddings and keep them in root folder of project.

Relevant references:

PS:

  • Seems the notebook fails to render most of the times on github and understanding it in raw-fromat close to impossible, use this to properly view the notebook in the browser.
  • Code is incomplete, had removed last few blocks to actually verify the output shapes from the network. Need to understand working of np.sum ( ) in much more detailed.