nishnik / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Keras model: airalcorn2/Deep-Semantic-Similarity-Model.

Corresponding blog post is at: Medium

About

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.

License:MIT License


Languages

Language:Python 100.0%