Files
F.M. Quintana Velazquez 9fabbdefc0 Initial commit
Co-authored-by: Aradhana Dube <a.dube@rug.nl>
Co-authored-by: Renzo I. Barraza Altamirano <r.i.barraza.altamirano@rug.nl>
Co-authored-by: Paolo Gibertini <p.gibertini@rug.nl>
Co-authored-by: Luca D. Fehlings <l.d.fehlings@rug.nl>
2026-02-27 17:43:31 +01:00

12 lines
484 B
Markdown

# Neuron Models
Felice implements several non-linear neuron models for spiking neural networks.
## Available Models
| Model | Type | Key Features |
|-------|------|--------------|
| [WereRabbit](wererabbit/index.md) | Dual-state oscillatory | Bistable dynamics, predator-prey |
| [FitzHugh-Nagumo](fhn/index.md) | ... | ... |
| [Snowball](snowball/index.md) | Exponential Integrate-and-Fire neuron model | ... |
| [LIF](lif/index.md) | Leaky Integrate-and-Fire neuron model | ... |