Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 223 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 223 Bytes

A Hopfield networks implementation by Go

Neuron update process is done by goroutine associated to each neuron. Namely one neuron is regarded as one goroutine. A connection (axon) between neurons is described by channel.