# antirez/neural-redis

Neural networks module for Redis

Repository: https://github.com/antirez/neural-redis
Canonical: https://ross.abutalabs.com/products/neural-redis
Language: C
License: BSD-3-Clause
License Family: permissive
Last push: 2018-07-23T11:39:34+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3627, "days_push": 2963, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2228, forks 100 (observed 2026-08-28T04:06:28.909052+00:00)

## What it is
A Redis loadable module (written in C) that implements feed-forward neural networks as a native Redis data type. It compresses data collection, training, and inference into a single in-server API with online training in background threads.

## Use cases
- train a neural network inside redis
- simple classification and regression from user events
- predict which ad or promotion converts best
- online machine learning without a separate ML stack
- retrain a model as new data arrives in redis

## When to choose
- you already run Redis and want lightweight, simple ML for small regression/classification tasks
- you want training and inference co-located with your data store
- you need fast-to-train fully connected networks with automatic normalization

## When to avoid
- you need deep learning, CNNs, or RNNs for vision or sequence tasks
- you need an actively maintained project - the last release was 2018
- you need GPU acceleration or state-of-the-art model architectures

## Facets
- artifact type: library
- maturity: abandoned
- function: machine-learning, database, plugin-system
- domain: machine-learning, databases, artificial-intelligence
- platform: c, self-hosted
- tags: redis-module, feedforward-neural-networks, rprop, online-training, classification, regression, linux, macos

## Member repositories
- antirez/neural-redis (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:28.909052+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:44:42.245407+00:00, confidence not recorded.
  - readme: https://github.com/antirez/neural-redis (fetched 2026-08-28T04:06:28.909052+00:00, sha 6a19345e6f61)
- Data as of 2026-08-30T08:39:29.467469+00:00.
