Skip to content

Poisson Encoding

Raul Montoya Cardenas edited this page Aug 8, 2026 · 5 revisions

Poisson Encoding

Wiki hero

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.

Related


Last updated: August 8, 2026 Updated by: Grok Build: Grok 4.5 (high) Package tip reference: e59faf1 (main @ 0.5.1 + #91; tag v0.5.1 = 37b0625) Cubic: page-intro Devin DeepWiki: neuromod @ e59faf1

Clone this wiki locally