From c6aebc5c8144a0195cb39e1d201dd26cf612c501 Mon Sep 17 00:00:00 2001 From: Kade Heckel <51248168+kmheckel@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:34:39 +0100 Subject: [PATCH] Added new SNN library I've added a new library for efficiently training spiking neural networks in JAX for deployment to neuromorphic hardware. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 29aa424..95b8d27 100644 --- a/readme.md +++ b/readme.md @@ -107,6 +107,7 @@ This section contains libraries that are well-made and useful, but have not nece - [purejaxrl](https://github.com/luchris429/purejaxrl) - Vectorisable, end-to-end RL algorithms in JAX. - [Lorax](https://github.com/davisyoshida/lorax) - Automatically apply LoRA to JAX models (Flax, Haiku, etc.) - [SCICO](https://github.com/lanl/scico) - Scientific computational imaging in JAX. +- [Spyx](https://github.com/kmheckel/spyx) - Spiking Neural Networks in JAX for machine learning on neuromorphic hardware. - [BrainPy](https://github.com/brainpy/BrainPy) - Brain Dynamics Programming in Python. - [OTT-JAX](https://github.com/ott-jax/ott) - Optimal transport tools in JAX. - [QDax](https://github.com/adaptive-intelligent-robotics/QDax) - Quality Diversity optimization in Jax.