Awesome Go

neural-go

CategoryMachine Learning
SubcategoryMachine Learning
Stars0

Multilayer perceptron network implemented in Go, with training via backpropagation

About neural-go

Neural Go

I'm in the process of making significant changes to this package, particularly, to make it more modular, and to base it around an actual linear algebra library for Go.

If you want the original version of this library, check out the v0.1 tag.

SDE

2013/10/08

Frequently Asked Questions

What is neural-go?

neural-go is a Machine Learning library for the Go programming language. Multilayer perceptron network implemented in Go, with training via backpropagation

How do I install neural-go?

Install neural-go with the Go module system using `go get schuyler/neural-go`. Check the repository for the current installation instructions.

What category does neural-go belong to?

neural-go is listed under Machine Learning, specifically Machine Learning.

← Back to Machine Learning