mirror of
https://github.com/bics-rug/felice-models.git
synced 2026-03-10 21:14:15 +01:00
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>
12 lines
484 B
Markdown
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 | ... | |