/Deep-Semantic-Similarity-Model-PyTorch

My PyTorch implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf.

Primary LanguagePythonMIT LicenseMIT

Deep-Semantic-Similarity-Model-PyTorch

Implementation of C-DSSM(Microsoft Research Paper) described here. A random data generator is included in the code, you can play with it or use your own data.

Code is highly influenced from airalcorn2/Deep-Semantic-Similarity-Model.