tleyden / neurgo

Neural Network toolkit in Go
Apache License 2.0
36 stars 3 forks source link

simple examples? #2

Open lonnietc opened 8 years ago

lonnietc commented 8 years ago

Hello,

I have been looking for good neural network code in Golang and came across Neurgo, but could not find any simple examples like the feed forward, recurrent, recurrent LSTM, etc..

I really like the idea of each neuron communicating via channels and "go" routines, by the way but a bit more simplistic documentation and examples would be very helpful when trying to get a feel for the library.

Are there any plans for some of this? Cheers, Lonnie