Skip to content

SNN PoC

Proof-of-concept WebGPU spiking neural network simulation package.

Overview

@holoscript/snn-poc is an experimental package exploring leaky integrate-and-fire neural simulation with WebGPU compute and CPU-side validation.

Installation

bash
npm install @holoscript/snn-poc

Use When

  • You are experimenting with neuromorphic compute patterns.
  • You want a research-oriented starting point for spiking simulation.
  • You are evaluating ideas before moving into a more polished package.

Key Capabilities

  • Experimental WebGPU neural simulation workflows.
  • CPU-reference validation for comparison.
  • Research-oriented stepping stone toward production neuromorphic tooling.

See Also

Released under the MIT License.