go-neural icon indicating copy to clipboard operation
go-neural copied to clipboard

Neural network implementation on golang

Results 8 go-neural issues
Sort by recently updated
recently updated
newest added

Hola Alex. I've forked your neural nets implementation and currently try to build rich training and evaluation function around it. Would be very helpful if you could provide a license...

It seems that your library supports the idea of supervised learning, but would it be able to support unsupervised learning? Perhaps varying weights as per some genetic algorithm and the...

The package "launchpad.net/gocheck" had been moved to "github.com/go-check/check". It would be great to update it accordingly.

It would be great if go-neural would be a little more idiomatic in terms of error handling. Especially the engine package throws panics where the error could be returned and...

Convolutional layers are important for things like image processing, where the input layer is multidimensional. It would be great if this library could support them.

I was just checking out the least squares algorithm in the `learn.Evaluation()` method and I can't find the maths to back up the algorithm used. Would you be able to...