What problem does it solve?
This Skill helps you run Intel Lava spiking neural network simulations on a CPU backend when physical Loihi 2 hardware is unavailable, while keeping the same source code path for future hardware execution.
Core Features & Use Cases
- Neuromorphic simulation: Executes LIF and Dense-based spiking networks in Lava with configurable neuron counts and timestep lengths.
- Public-safe metrics: Returns aggregate outputs such as total spikes, active neurons, sparsity, mean firing rate, and first-spike timing without exposing raw per-neuron data.
- Hardware-compatible workflow: Supports the same code on Loihi 2 silicon when NxSDK-authorized hardware is available.
- Use case: Evaluate an E8-structured 240-neuron network, inspect sparsity and firing dynamics, and compare simulation behavior before moving to hardware.
Quick Start
Run the Lava sidecar Python environment to verify the framework is available, then execute the canonical simulation script with your desired neuron count and timestep settings.