Tutorial 2 - The Leaky Integrate-and-Fire Neuron — snntorch 1.0.0 documentation
The snnTorch tutorial series is based on the following paper. If you find these resources or code useful in your work, please consider citing the following source: Jason K. Eshraghian, Max Ward, Emre Neftci, Xinxin Wang, Gregor Lenz, Girish Dwivedi, Mohammed Bennamoun, Doo Seok Jeong, and Wei D. Lu. “Training Spiking Neural Networks Using Lessons From Deep Learning”. Proceedings of the IEEE, 111(9) September 2023. Note Google Colab Local Notebook (download via GitHub) In this tutorial, you will: Learn the fundamentals of the leaky integrate-and-fire (LIF) neuron model Use snnTorch to implement a first order LIF neuron Install the latest PyPi distribution of snnTorch: A large variety of neuron models are out there, ranging from biophysically accurate models (i.e., the Hodgkin-Huxley models) to the extremely simple artificial neuron that pervades all facets of modern deep learning. Hodgkin-Huxley Neuron Models− While biophysical models can reproduce electrophysiological results with a hi
Tutorial written by Jason K. Eshraghian (www.ncg.ucsc.edu) The snnTorch tutorial series is based on the following paper. If you find these resources or code useful in your work, please consider citing the following source: Introduction In this tutorial, you will: Learn the fundamentals of the leaky integrate-and-fire (LIF) neuron model Use snnTorch to implement a first order LIF neuron Install the latest PyPi distribution of snnTorch: $ pip install snntorch # imports import snntorch as snn from snntorch import spikeplot as splt from snntorch import spikegen import torch import…
saved by
related reading
- Exploring spiking neural networks: a comprehensive analysis of mathematical models and applicationsfrontiersin.org
- Simulation of networks of spiking neurons: A review of tools and strategiespmc.ncbi.nlm.nih.gov
- Mechanistic Interpretability: A Challenge Common to Both Artificial and Biological Intelligencekempnerinstitute.harvard.edu
- W. Gerstner - ONLINE COURSE - Computational Neurosciencelcnwww.epfl.ch
- Zoom In: An Introduction to Circuitsdistill.pub
- Brain-Inspired AI Code Library Notches Milestone - Tech Briefstechbriefs.com
- Neuronpedianeuronpedia.org
- [2302.13939] SpikeGPT: Generative Pre-trained Language Model with Spiking Neural Networksarxiv.org
- The worminator project postpreprintarxiv.org
- Ilya 30u30arc.net
- Language models can explain neurons in language modelsopenaipublic.blob.core.windows.net
- POYO-1poyo-brain.github.io