Tutorials
Inference with pre-trained weights
Create a simple three layer network of integrate-and-fire neurons, densely connected with pre-trained weights and evaluate on MNIST test set
Training from scratch with e-prop
Directly train a simple three layer network of densely connected leaky integrate-and-fire neurons using the e-prop learning rule
Training from scratch with EventProp
Directly train a simple three layer network of densely connected leaky integrate-and-fire neurons using the EventProp learning rule
Training weights and delays from scratch with EventProp
Directly train a simple three layer network of densely connected leaky integrate-and-fire neurons using the EventProp delay learning rule