dhwajraj/deep-siamese-text-similarity
Tensorflow based implementation of deep siamese LSTM network to capture phrase/sentence similarity using character/word embeddings observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3574
- days_rel: n/a
- days_push: 2310
- n_releases_24m: 0
Adoption not part of the score
1414 stars · 438 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TensorFlow implementation of a deep siamese LSTM network that learns phrase and sentence similarity using character-level and word-level embeddings. It trains on pairs of texts with a contrastive loss to capture semantic and structural similarity.
Use cases
- measure similarity between two sentences
- match person name variants and abbreviations
- detect duplicate or paraphrased phrases
- train a model to score semantic similarity of text pairs
- learn character-level embeddings for typo-tolerant string matching
When to choose
- you need a reference implementation of siamese LSTMs for text similarity research
- you want to learn pair-based similarity with character or word embeddings on legacy TensorFlow 1.x
When to avoid
- you need production-grade code - the author explicitly marks it as an experimental prototype
- you use modern TensorFlow 2.x or PyTorch - it targets TensorFlow 1.2
- you want a maintained library or pretrained sentence embedding model
Facets
library · maturity abandoned
machine-learning nlp deep-learning machine-learning deep-learning python siamese-network lstm text-similarity word-embeddings character-embeddings tensorflow sentence-pair-scoring natural-language-processing
1 source
- readme: https://github.com/dhwajraj/deep-siamese-text-similarity · fetched 2026-08-28 · 962c5631fdc1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dhwajraj/deep-siamese-text-similarity | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="dhwajraj/deep-siamese-text-similarity")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem