top | item 20667077

(no title)

GChevalier | 6 years ago

> "The relationship of spike-time-dependent plasticity to other models requires further clarifying work"

- I got something for that, in fact I think I discovered that backpropagation engenders STDP:

https://github.com/guillaume-chevalier/Spiking-Neural-Networ...

discuss

order

marmaduke|6 years 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