All Projects → airalcorn2 → Deep Semantic Similarity Model

airalcorn2 / Deep Semantic Similarity Model

Licence: mit
My Keras 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.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep Semantic Similarity Model

Cdqa
⛔ [NOT MAINTAINED] An End-To-End Closed Domain Question Answering System.
Stars: ✭ 500 (-1.77%)
Mutual labels:  information-retrieval, natural-language-processing
Pke
Python Keyphrase Extraction module
Stars: ✭ 855 (+67.98%)
Mutual labels:  information-retrieval, natural-language-processing
Drl4nlp.scratchpad
Notes on Deep Reinforcement Learning for Natural Language Processing papers
Stars: ✭ 26 (-94.89%)
Mutual labels:  information-retrieval, natural-language-processing
Talisman
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
Stars: ✭ 584 (+14.73%)
Mutual labels:  information-retrieval, natural-language-processing
Gensim
Topic Modelling for Humans
Stars: ✭ 12,763 (+2407.47%)
Mutual labels:  information-retrieval, natural-language-processing
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+66.01%)
Mutual labels:  information-retrieval, natural-language-processing
Awesome Persian Nlp Ir
Curated List of Persian Natural Language Processing and Information Retrieval Tools and Resources
Stars: ✭ 460 (-9.63%)
Mutual labels:  information-retrieval, natural-language-processing
Scdv
Text classification with Sparse Composite Document Vectors.
Stars: ✭ 54 (-89.39%)
Mutual labels:  information-retrieval, natural-language-processing
Awesome Hungarian Nlp
A curated list of NLP resources for Hungarian
Stars: ✭ 121 (-76.23%)
Mutual labels:  information-retrieval, natural-language-processing
Forte
Forte is a flexible and powerful NLP builder FOR TExt. This is part of the CASL project: http://casl-project.ai/
Stars: ✭ 89 (-82.51%)
Mutual labels:  information-retrieval, natural-language-processing
Vec4ir
Word Embeddings for Information Retrieval
Stars: ✭ 188 (-63.06%)
Mutual labels:  information-retrieval, natural-language-processing
Neuralqa
NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT
Stars: ✭ 185 (-63.65%)
Mutual labels:  information-retrieval, natural-language-processing
Catalyst
Accelerated deep learning R&D
Stars: ✭ 2,804 (+450.88%)
Mutual labels:  information-retrieval, natural-language-processing
Tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
Stars: ✭ 5,077 (+897.45%)
Mutual labels:  natural-language-processing
Doccano
Open source annotation tool for machine learning practitioners.
Stars: ✭ 5,600 (+1000.2%)
Mutual labels:  natural-language-processing
Weixin public corpus
微信公众号语料库
Stars: ✭ 465 (-8.64%)
Mutual labels:  natural-language-processing
Word forms
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.
Stars: ✭ 463 (-9.04%)
Mutual labels:  natural-language-processing
Pisa
PISA: Performant Indexes and Search for Academia
Stars: ✭ 489 (-3.93%)
Mutual labels:  information-retrieval
Book Socialmediaminingpython
Companion code for the book "Mastering Social Media Mining with Python"
Stars: ✭ 462 (-9.23%)
Mutual labels:  natural-language-processing
Ml Visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
Stars: ✭ 5,676 (+1015.13%)
Mutual labels:  natural-language-processing

Deep Semantic Similarity Model

My Keras implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here. As search data sets are generally proprietary, you will have to provide your own data to use with the code.

Additional References

  1. http://research.microsoft.com/pubs/238873/wsdm2015.v3.pdf - slides giving a high level overview of the DSSM and how it can be used for information retrieval.
  2. http://research.microsoft.com/en-us/projects/dssm/ - Microsoft Research's summary of the DSSM (includes many more references).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].