Skip to main content

Module neurons

Module neurons 

Source

Re-exports§

pub use ai_optimized::*;
pub use biophysical::*;
pub use hardware::*;
pub use maps::*;
pub use multi_compartment::*;
pub use rate::*;
pub use simple_spiking::*;
pub use special::*;
pub use trivial::*;

Modules§

ai_optimized
Eight novel neuron models designed for AI workloads, not biological simulation.
biophysical
Hodgkin-Huxley-type conductance-based neuron models.
hardware
Hardware neuromorphic chip emulators.
maps
Discrete map neuron models.
multi_compartment
Multi-compartment neuron models.
rate
Rate-based models, synaptic plasticity neurons, and other special types.
simple_spiking
Two-dimensional and higher spiking neuron models.
special
Stochastic generators, spike-response models, and neural mass/population models.
trivial
Simple integrate-and-fire variants.