LSM (Liquid State Machines) Table of Contents Overview Features Installation License A Rust implementation of Liquid State Machines (spiking neural network reservoirs) for temporal pattern recognition. Overview LSM implements reservoir computing using spiking neural networks for processing temporal/sequential data. Features Spiking neural network reservoirs Temporal pattern recognition Rust performance Installation cargo add lsm License AGPL-3.0-or-later