NeuroMorphic Predictive Model with Spiking Neural Networks in Python
pynm NeuroMorphic Predictive Model with Spiking Neural Networks (SNN) in Python using Pytorch. pynm is an open source, low-code library in python to build neuromorphic predictive models (Classification & Regression problems) using [Spiking Neural Networks (SNNs)] (https://en.wikipedia.org/wiki/Spiking_neural_network) at ease. It allows you to go from preparing your data to deploying your spiking model within minutes. SNNs are neural networks that mimics the biological brain. In the case of SNNs, the neurons accumulate the input activation until a threshold is reached, […]
Read more