nnhelper icon indicating copy to clipboard operation
nnhelper copied to clipboard

Golang Neural Network Helper package with examples

Neural Network Helper

GoDoc Go Report Card

Go Language Package with Neural Network helper functions:

  • Create Neural Network using gonn package
  • Read CSV files and convert its values to float format
  • Human Neural Network answer

Look samples at exapmples folder.

Or you can run example in The Go Playground.