Spiking Neural Networks with Event Cameras
- Open blank Colab notebook
pip install bindsnet
- Copy paste the contents of
nmnist.py
tobindsnet/examples/mnist/nmnist.py
- Run the command
!python /content/bindsnet/examples/mnist/nmnist.py --gpu --n_train 10 --n_test 10 --batch_size 1 --n_neurons 100
as an example