# stevenmiller888/mind

A neural network library built in JavaScript

Repository: https://github.com/stevenmiller888/mind
Canonical: https://ross.abutalabs.com/products/mind
Homepage: http://stevenmiller888.github.io/mindjs.net/
Language: JavaScript
License Family: other
Topics: mind, neural-network, prediction
Last push: 2026-07-07T22:10:19+00:00

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

## Adoption (not part of the score)
Stars 1503, forks 110 (observed 2026-08-28T04:04:54.575363+00:00)

## What it is
Mind is a flexible neural network library for JavaScript that runs in both Node.js and the browser. It supports vectorized training, configurable network topologies, and pluggable pre-trained networks that can be uploaded and downloaded.

## Use cases
- train a neural network to predict movie ratings from genres
- recognize letters from pixel patterns in JavaScript
- build a small prediction model in the browser
- teach a network XOR logic
- share pre-trained networks as plugins

## When to choose
- you need a lightweight, dependency-free neural network in JavaScript
- you want to run simple learning tasks in Node.js or the browser
- you want to upload/download pre-trained models as plugins

## When to avoid
- you need deep learning with GPUs or large-scale training
- you need an actively maintained library with a license and community support
- you need advanced architectures like CNNs or RNNs

## Facets
- artifact type: library
- maturity: maintenance
- function: machine-learning, deep-learning
- domain: machine-learning, developer-tools
- platform: browser
- tags: neural-network, prediction, vectorized, pluggable, javascript, nodejs

## Member repositories
- stevenmiller888/mind (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:54.575363+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-30T04:32:50.587694+00:00, confidence not recorded.
  - readme: https://github.com/stevenmiller888/mind (fetched 2026-08-28T04:04:54.575363+00:00, sha 11b0b2532966)
  - homepage: http://stevenmiller888.github.io/mindjs.net/ (fetched 2026-08-29T11:37:53.045728+00:00, sha 824481e06862)
- Data as of 2026-08-30T08:39:29.467469+00:00.
