Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/nishnik/deep-semantic-similarity-model-pytorch
Last synced: about 6 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/nishnik/deep-semantic-similarity-model-pytorch
- Owner: nishnik
- License: mit
- Created: 2017-09-12T22:37:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T06:08:26.000Z (about 5 years ago)
- Last Synced: 2024-04-24T09:01:18.832Z (7 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 209
- Watchers: 8
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deep-Semantic-Similarity-Model-PyTorch
Implementation of C-DSSM(Microsoft Research Paper) described [here](http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf). 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](https://github.com/airalcorn2/Deep-Semantic-Similarity-Model).
Corresponding blog post is at: [Medium](https://medium.com/towards-data-science/pytorch-first-program-and-walk-through-ceb739134ab9)