Schematic of a biological neural network, spiking neural network, artificial neural network, and behavior of a leaky-integrate-and-fire spiking neuron.
Schematic of a biological neural network, spiking neural network, artificial neural network, and behavior of a leaky-integrate-and-fire spiking neuron.
Comparison between SNNs and ANNs.
. | Spiking Neural Network . | Artificial Neural Network . |
---|---|---|
Neuron | Spiking neuron (e.g., integrate and fire, Hodgkin-Huxley, Izhikevich) | Artificial neuron (sigmoid, ReLU, tanh) |
Information representation | Spike trains | Scalars |
Computation mode | Differential equations | Activation function |
Topology | LSM, Hopfield Network, RSNN, SCNN | RNN, CNN, LSTM, DBN, DNC |
Features | Real-time, low power, online learning, hardware friendly, biological close, fast and massively parallel data processing | Online learning, computation intensive, moderate parallelization of computations |
. | Spiking Neural Network . | Artificial Neural Network . |
---|---|---|
Neuron | Spiking neuron (e.g., integrate and fire, Hodgkin-Huxley, Izhikevich) | Artificial neuron (sigmoid, ReLU, tanh) |
Information representation | Spike trains | Scalars |
Computation mode | Differential equations | Activation function |
Topology | LSM, Hopfield Network, RSNN, SCNN | RNN, CNN, LSTM, DBN, DNC |
Features | Real-time, low power, online learning, hardware friendly, biological close, fast and massively parallel data processing | Online learning, computation intensive, moderate parallelization of computations |