Section 01
Core Guide to the Spiking Neural Network Project Built from Scratch
This project, published by Geomaniac15 on GitHub, implements a complete spiking neural network system from scratch using basic tools like NumPy and Matplotlib. It covers single neuron models (LIF, Hodgkin-Huxley), synaptic transmission, excitatory-inhibitory networks, STDP learning rules, Hopfield memory networks, and reveals the deep connection between these and Transformer attention mechanisms, providing learners with a complete knowledge path from biophysics to modern AI.