memlnaut-nisps/nisps-core/include/nisps
w1n5t0n c8d7779699 feat(nisps-core,wasm): add per-sample weights to MLP training
Add optional sample_weights parameter to MLP::Train() and the WASM
nisps_mlp_train binding. When provided, weights replace the uniform
1/N scaling per sample — enabling recency, spatial, or any custom
importance weighting without changing the training interface.
2026-04-02 20:35:24 +01:00
..
dataset.hpp feat: extract nisps-core platform-agnostic ML library 2026-02-08 17:47:23 +01:00
dataset_impl.hpp fix: audit and fix nisps-core extraction issues 2026-02-08 18:01:48 +01:00
iml.hpp feat(nisps-core,vcv): complete Phases 6 + 7 — persistence, derived outputs 2026-03-28 01:27:19 +02:00
iml_impl.hpp feat(nisps-core,vcv): complete Phases 6 + 7 — persistence, derived outputs 2026-03-28 01:27:19 +02:00
layer.hpp feat: extract nisps-core platform-agnostic ML library 2026-02-08 17:47:23 +01:00
loss.hpp fix: audit and fix nisps-core extraction issues 2026-02-08 18:01:48 +01:00
mlp.hpp feat(nisps-core,wasm): add per-sample weights to MLP training 2026-04-02 20:35:24 +01:00
mlp_impl.hpp feat(nisps-core,wasm): add per-sample weights to MLP training 2026-04-02 20:35:24 +01:00
nisps.hpp feat: extract nisps-core platform-agnostic ML library 2026-02-08 17:47:23 +01:00
node.hpp fix: audit and fix nisps-core extraction issues 2026-02-08 18:01:48 +01:00
sample.hpp feat: extract nisps-core platform-agnostic ML library 2026-02-08 17:47:23 +01:00
utils.hpp fix: audit and fix nisps-core extraction issues 2026-02-08 18:01:48 +01:00