LGAINEMay 1, 2021

Neko: a Library for Exploring Neuromorphic Learning Rules

arXiv:2105.00324v2Has Code
Originality Incremental advance
AI Analysis

This provides a tool for researchers in neuromorphic computing to design new learning algorithms, though it is incremental as it builds on existing simulation and conversion tools.

The authors tackled the lack of general software libraries for neuromorphic learning rules by developing Neko, a modular Python library that supports PyTorch and TensorFlow backends, and demonstrated its utility in replicating state-of-the-art algorithms and achieving significant outperformance in accuracy and speed in one case.

The field of neuromorphic computing is in a period of active exploration. While many tools have been developed to simulate neuronal dynamics or convert deep networks to spiking models, general software libraries for learning rules remain underexplored. This is partly due to the diverse, challenging nature of efforts to design new learning rules, which range from encoding methods to gradient approximations, from population approaches that mimic the Bayesian brain to constrained learning algorithms deployed on memristor crossbars. To address this gap, we present Neko, a modular, extensible library with a focus on aiding the design of new learning algorithms. We demonstrate the utility of Neko in three exemplar cases: online local learning, probabilistic learning, and analog on-device learning. Our results show that Neko can replicate the state-of-the-art algorithms and, in one case, lead to significant outperformance in accuracy and speed. Further, it offers tools including gradient comparison that can help develop new algorithmic variants. Neko is an open source Python library that supports PyTorch and TensorFlow backends.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes