nicodjimenez/lstm resource
Minimal, clean example of lstm neural network training in python, for learning purposes. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4063
- days_rel: n/a
- days_push: 1881
- n_releases_24m: 0
Adoption not part of the score
1900 stars · 659 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A minimal, clean LSTM neural network implementation written from scratch in Python for learning purposes. It demonstrates LSTM training with backpropagation on a simple sequence prediction task.
Use cases
- understand how lstm networks work internally
- learn lstm backpropagation from scratch
- minimal lstm implementation example in python
- study sequence prediction with neural networks
- teaching recurrent neural network concepts
- starting point for building custom lstm variants
When to choose
- you want readable source code explaining lstm internals
- you are learning deep learning fundamentals and want a from-scratch implementation
- you need a small educational codebase to modify and experiment with
When to avoid
- you need a production-ready or efficient lstm implementation
- you want gpu acceleration or modern framework features
- you need maintained code with a license for commercial use
Facets
learning-resource · maturity maintenance
machine-learning deep-learning deep-learning education tutorials python lstm from-scratch educational neural-networks sequence-prediction
1 source
- readme: https://github.com/nicodjimenez/lstm · fetched 2026-08-28 · 1b8b16b7b622
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nicodjimenez/lstm | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="nicodjimenez/lstm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem