{"adoption": {"forks": 130, "observed_at": "2026-08-28T04:04:14.527906+00:00", "stars": 1284}, "canonical_url": "https://ross.abutalabs.com/products/minimnist-c", "card": {"archived": false, "artifact_type": "learning-resource", "description": null, "domain": ["machine-learning", "deep-learning", "education", "tutorials"], "enriched": true, "function": ["machine-learning"], "health_score": 20, "homepage": null, "language": "C", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["itskonrad/miniMNIST-c"], "name": "itskonrad/miniMNIST-c", "platform": ["c", "cross-platform", "cli", "windows"], "pushed_at": "2024-10-04T16:13:38+00:00", "repo": "itskonrad/miniMNIST-c", "stars": 1284, "tags": ["neural-network", "mnist", "from-scratch", "handwritten-digit-recognition", "sgd", "softmax", "relu", "cross-entropy", "minimal-implementation", "standard-library-only", "educational", "linux", "macos"], "topics": [], "urls": [], "use_cases": ["implement a neural network from scratch in C", "train a model on MNIST without any dependencies", "learn how backpropagation, ReLU, softmax, and cross-entropy work in plain code", "study a tiny readable codebase to understand SGD and mini-batch training", "see how fast a pure-C MLP can train on MNIST", "teaching example for an intro deep learning course"], "what_it_is": "A minimal neural network written in roughly 200 lines of dependency-free, standard-library-only C that trains a two-layer MLP (ReLU hidden layer, softmax output) with SGD and cross-entropy loss to classify handwritten digits from MNIST. It is a compact educational demonstration of neural network fundamentals, reaching about 98% accuracy in ~2.7 seconds per epoch, rather than a reusable ML library.", "when_to_avoid": ["you need production ML capabilities such as GPU acceleration, convolutional layers, model saving/loading, or inference APIs", "you want a reusable library or framework to integrate into an application - it is a single monolithic program configured by editing constants in nn.c", "your task involves anything beyond MNIST-style dense inputs, e.g. images, text, or audio"], "when_to_choose": ["you want to read and learn from a very small from-scratch neural network implementation in C", "you need a dependency-free teaching or self-study example covering the full train loop (forward pass, loss, gradients, SGD)", "you want a quick MNIST baseline that compiles with a single gcc command and runs on CPU"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/minimnist-c", "repo": "itskonrad/miniMNIST-c", "role": "main", "score": 22}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.527906+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T04:56:44.689605+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "791d263a807e59176d306dfd2b9c723890a076ab2ca4f7ae2e8cb13e51492bb3", "fetched_at": "2026-08-28T04:04:14.527906+00:00", "kind": "readme", "missing": false, "url": "https://github.com/itskonrad/miniMNIST-c"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 51, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 717, "days_push": 698, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 22, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}