Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 716 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 716 Bytes

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.