paper-with-me

Papers

PeleNet: A Reservoir Computing Framework for Loihi

2020-11-24 · Carlo Michaelis

High-level frameworks for spiking neural networks are a key factor for fast prototyping and efficient development of complex algorithms. Such frameworks have emerged in the last years for traditional computers, but programming neuromorphic hardware is still a challenge. Often low level programming with knowledge about the hardware of the neuromorphic chip is required. The PeleNet framework aims to simplify reservoir computing for the neuromorphic hardware Loihi. It is build on top of the NxSDK from Intel and is written in Python. The framework manages weight matrices, parameters and probes. In particular, it provides an automatic and efficient distribution of networks over several cores and chips. With this, the user is not confronted with technical details and can concentrate on experiments.

📄 PDF Abstract BibTeX arXiv:2011.12338

Code (1)

sagacitysite/pelenet 공식 구현

Similar Papers 제목 키워드 기반

Neuromorphic on-chip reservoir computing with spiking neural network architectures

2024-07-30 · Samip Karki, Diego Chavez Arana, Andrew Sornborger, Francesco Caravelli

Reservoir computing is a promising approach for harnessing the computational power of recurrent neural networks while dramatically simplifying training. This paper investigates the application of integrate-and-fire neuro…

Meta-Learning

P-CRITICAL: A Reservoir Autoregulation Plasticity Rule for Neuromorphic Hardware

2020-09-11 · Ismael Balafrej, Jean Rouat

Backpropagation algorithms on recurrent artificial neural networks require an unfolding of accumulated states over time. These states must be kept in memory for an undefined period of time which is task-dependent. This p…

BIG-bench Machine Learning

Implementing and Benchmarking the Locally Competitive Algorithm on the Loihi 2 Neuromorphic Processor

2023-07-25 · Gavin Parpart, Sumedh R. Risbud, Garrett T. Kenyon, Yijing Watkins

Neuromorphic processors have garnered considerable interest in recent years for their potential in energy-efficient and high-speed computing. The Locally Competitive Algorithm (LCA) has been utilized for power efficient …

BenchmarkingCPUGPU

A Complete Pipeline for deploying SNNs with Synaptic Delays on Loihi 2

2025-10-15 · Balázs Mészáros, James C. Knight, Jonathan Timcheck, Thomas Nowotny arxiv

Spiking Neural Networks are attracting increased attention as a more energy-efficient alternative to traditional Artificial Neural Networks for edge computing. Neuromorphic computing can significantly reduce energy requi…

Kolmogorov-Arnold Reservoir Computing

2026-06-18 · Juntian Huang, Jürgen Kurths, Ying Tang arxiv

Reservoir computing offers a lightweight framework for forecasting dynamical systems but may struggle to capture long-range dependencies due to limited representational capacity. Conventional reservoir computing recurren…

Text-to-Image Generation