├── README.md ├── information_retrieval.ipynb ├── output_kmeans.csv ├── pipeline.png └── siamese.png /README.md: -------------------------------------------------------------------------------- 1 | # Information Retrieval System 2 | 3 |

4 |

Motivation


5 |

6 | 7 | In the following steps, I will discuss how I approached the problem of quora question pairs and the motivation for coming up with an architecture like Siamese network. 8 | 9 | How and why I chose the Siamese based network? 10 |