Hacker News new | ask | show | jobs
by marmaduke 2508 days ago
It was interesting to read how you did a spiking eural network in PyTorch, but it seems your neurons' states are coupled continuously in time, whereas in the brain, it would be the opposite, ie. the spike timing carries information and not the state values.

> backprop engenders STDP

This is backwards I think, but definitely an interesting association to make