tensorflow/nmt resource
TensorFlow Neural Machine Translation Tutorial observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3353
- days_rel: n/a
- days_push: 1424
- n_releases_24m: 0
Adoption not part of the score
6454 stars · 1937 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A TensorFlow tutorial and codebase teaching how to build neural machine translation (seq2seq) models from scratch, including attention mechanisms, beam search, and benchmarks. It serves as both educational material and a reference implementation for sequence-to-sequence learning.
Use cases
- learn how to build a seq2seq neural machine translation model
- train a translation model with attention in TensorFlow
- understand encoder-decoder architectures for NMT
- benchmark seq2seq models on WMT and IWSLT datasets
- implement beam search decoding for translation
- study attention mechanism implementation in TensorFlow
When to choose
- learning seq2seq and attention concepts with a full worked example
- training classic RNN-based NMT models on TensorFlow 1.x-era stacks
- referencing a well-cited research baseline for machine translation
When to avoid
- building production translation systems with modern transformers
- projects requiring actively maintained dependencies or recent TensorFlow versions
- translation tasks better served by pretrained multilingual models
Facets
learning-resource · maturity maintenance
machine-learning nlp deep-learning machine-learning tutorials python cross-platform seq2seq neural-machine-translation tensorflow attention tutorial encoder-decoder beam-search natural-language-processing gpu
1 source
- readme: https://github.com/tensorflow/nmt · fetched 2026-08-28 · d95843535d4c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tensorflow/nmt | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem