You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raul Montoya Cardenas edited this page Aug 8, 2026
·
5 revisions
Poisson Encoding
Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
In-crate:PoissonEncoder lives in src/lif.rs as a lightweight helper for rate→spikes inside neuromod demos.
As of #62 (on main after v0.5.0 tag): full-intensity (probability 1.0) and zero-intensity (0.0) paths are deterministic — they no longer depend on floating-point RNG bounds (avoids flaky all-ones / all-zeros encoding).
Org boundary: Full sensory encoding suite (Encoder trait, Rate/Delta/Population/…) is owned by axon-encoder. Prefer axon-encoder for production sensory pipelines; use neuromod’s Poisson helper only when staying inside this crate’s examples/engine context.