Skip to content

Commit f87e8d6

Browse files
added ml_GeNN
1 parent 22ae2ea commit f87e8d6

File tree

2 files changed

+25
-1
lines changed
  • content/english/neuromorphic-computing/software/snn-frameworks

2 files changed

+25
-1
lines changed

content/english/neuromorphic-computing/software/snn-frameworks/genn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Simulator for SNN models focusing on dynamics, size, structure of n
55
logo: nest.png
66
website: https://genn-team.github.io/
77
dependencies:
8-
field_of_application: Neuroscience
8+
field_of_application: Neuroscience, Machine learning
99
source_code: https://github.com/genn-team/genn
1010
stars_widget_url: https://img.shields.io/github/stars/genn-team/genn.svg?style=social
1111
stars: 233
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "mlGeNN"
3+
type: neuromorphic-software
4+
description: Simulator for SNN models focusing on dynamics, size, structure of neural systems, not on individual neuron morphology.
5+
logo: nest.png
6+
website: https://ml-genn.readthedocs.io/en/latest/
7+
dependencies:
8+
field_of_application: Machine learning
9+
source_code: https://github.com/genn-team/ml_genn
10+
stars_widget_url: https://img.shields.io/github/stars/genn-team/ml_genn.svg?style=social
11+
stars: 24
12+
version_widget_url: https://img.shields.io/github/release/genn-team/ml_genn.svg?label=github%20release
13+
license: LGPL-2.1
14+
supports_hardware: False
15+
supports_NIR: False
16+
language: Python
17+
maintainer: James Knight
18+
draft: false
19+
---
20+
21+
## Overview
22+
**mlGeNN** is a new library for machine learning with Spiking Neural Networks (SNNs), built on the efficient foundation provided by our GeNN simulator. mlGeNN expose the constructs required to build SNNs using an API, inspired by modern ML libraries like Keras, which aims to reduce cognitive load by automatically calculating layer sizes, default hyperparameter values etc to enable rapid prototyping of SNN models.
23+
24+
mlGeNN provides user friendly implementations of novel SNN training algorithms such as e-prop and EventProp to enable spike-based ML on top of GeNN’s GPU-optimised sparse data structures and algorithms.

0 commit comments

Comments
 (0)