Files
felice-models/docs-site/docs/index.md
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

960 B

Felice

This project provides a JAX implementation of the different neuron models in felice

Overview

The framework is built on top of diffrax and leverages JAX's automatic differentiation for efficient simulation and training of analogue models.

Key Features

📦 Installation

Felice uses uv for dependency management. To install:

uv sync

CUDA Support (Optional)

For GPU acceleration with CUDA 13:

uv sync --extra cuda

See the examples directory for more detailed usage examples.