hunkim/word-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow. 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3779
- days_rel: n/a
- days_push: 2520
- n_releases_24m: 0
Adoption not part of the score
1294 stars · 484 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TensorFlow implementation of multi-layer recurrent neural networks (LSTM/RNN) for training word-level language models, adapted from char-rnn-tensorflow. It ships train and sample scripts that support greedy, weighted, and beam-search decoding for generating text from any training corpus.
Use cases
- train a word-level language model on my own text corpus
- generate shakespeare-like text with an LSTM
- learn how RNN language models are implemented in TensorFlow
- sample text from a trained LSTM using beam search
- compare word-level versus character-level language models
- build a multi-layer LSTM text generator in Python
When to choose
- you want a small, readable reference implementation of word-level LSTM language modeling
- you are working with legacy TensorFlow 1.x and need a working char-rnn-style trainer
- you want to experiment with beam search decoding for sequence generation
When to avoid
- you need a maintained codebase - it requires TensorFlow 1.1 and has seen no releases since 2019
- you want state-of-the-art language models such as transformers
- you need production-grade text generation - output quality is research-demo level
Facets
library · maturity abandoned
machine-learning deep-learning nlp machine-learning deep-learning python tensorflow lstm rnn language-model text-generation beam-search char-rnn recurrent-neural-networks shakespeare educational natural-language-processing
1 source
- readme: https://github.com/hunkim/word-rnn-tensorflow · fetched 2026-08-28 · 921a53d2f3fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hunkim/word-rnn-tensorflow | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="hunkim/word-rnn-tensorflow")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem