Feedback Alignment and Random Error Backpropagation
Backpropagation is not biologically plausible because it the error signals to update the weights of the hidden layers need to be propagated back from the top layer.
Feedback alignment side-steps this problem by replacing the weights in the backpropagation rule with random ones:
where
Random BP applied to Spiking Neural Networks do not account for the temporal dynamics of neurons and synapses. SuperSpike solves this problem.