memlnaut-nisps/playground/js/nisps
w1n5t0n aa0ffcfd32 feat(playground/nisps): recency & spatial weighted training in JS ML engine
Add Dataset.computeWeights() with three modes:
- global: exponential recency decay (newest examples weighted higher)
- local: spatial suppression of older examples near the current input
- combined: both applied together

IML and WasmIML now compute weights on every train() call using the
active mode. Exposes recencyBias, weightingMode, localRadius properties.
WASM worker path passes sampleWeights through to C++ via the new binding.
2026-04-02 20:35:31 +01:00
..
dataset.js feat(playground/nisps): recency & spatial weighted training in JS ML engine 2026-04-02 20:35:31 +01:00
iml.js feat(playground/nisps): recency & spatial weighted training in JS ML engine 2026-04-02 20:35:31 +01:00
layer.js feat(vcv,playground): complete Phases 8, 9, 10 — all phases done 2026-03-28 01:48:44 +02:00
mlp.js feat(playground/nisps): recency & spatial weighted training in JS ML engine 2026-04-02 20:35:31 +01:00
nisps-wasm-worker.js feat(playground/nisps): recency & spatial weighted training in JS ML engine 2026-04-02 20:35:31 +01:00
nisps-wasm.js feat(playground/nisps): recency & spatial weighted training in JS ML engine 2026-04-02 20:35:31 +01:00
node.js feat: add web-based interactive playground for NISPS 2026-02-11 13:17:17 +01:00
osc-client.js feat(vcv,playground): complete Phases 8, 9, 10 — all phases done 2026-03-28 01:48:44 +02:00