neuburn 0.1.0

Spiking neural network framework on top of Burn — Rust-native alternative to snntorch
Documentation
1
2
3
4
5
//! Composite SNN layers: Conv+LIF (SpikingConv2d), etc.

mod spiking_conv2d;

pub use spiking_conv2d::SpikingConv2d;