Skip to content

Commit 9094db9

Browse files
small tweaks
1 parent 5a43f42 commit 9094db9

File tree

2 files changed

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

2 files changed

+2
-2
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
@@ -20,7 +20,7 @@ draft: false
2020

2121
## Overview
2222
**GeNN** is a software package to accelerate Spiking Neural Network simulations
23-
on hardware including NVIDIA GPUs. GeNN uses code generation to ``computational backends'' to build simulations. The main backends are curerently C++/CUDA for NVIDIA GPUs or C++ for CPU-only mode. GenNN is available on Linux, Windows, MacOS.
23+
on hardware including NVIDIA GPUs. GeNN uses code generation with various 'backends' to run simulations. The main backends are currently C++/CUDA for NVIDIA GPUs or C++ for CPU-only mode. GeNN is available on Linux, Windows, MacOS.
2424

2525
Networks are described using a simple Python API and built out of model components that can be fully customized. The behaviour of neurons, synapses, plasticity mechanisms, initialisation methods and connectivity construction are defined using Python strings containing a C-like language called GeNNCode. Users can fully customise these components. GeNN provides extensive documentation and tutorials.
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ draft: false
2323

2424
mlGeNN exposes 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.
2525

26-
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. This allows better scaling and hence using EventProp at high temporal resolution with thousands of time steps. mlGeNN provides extensive documentation and tutorials.
26+
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. This allows better scaling and, using EventProp, allows training with high temporal resolution and/or thousands of time steps. mlGeNN provides extensive documentation and tutorials.

0 commit comments

Comments
 (0)