Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 474 Bytes

channn

(Neural Network communicating over Go Channels)

This is a proof of concept project for creating neural networks that are connected via Go channels.

The advantages are:

  • arbitrary network architecture (see the adder perceptron)
  • train and evaluate on multiple cores.

See the examples.