https://github.com/kirill-scherba/nnhelper
Golang Neural Network Helper package with examples
https://github.com/kirill-scherba/nnhelper
csv go neural-network
Last synced: over 1 year ago
JSON representation
Golang Neural Network Helper package with examples
- Host: GitHub
- URL: https://github.com/kirill-scherba/nnhelper
- Owner: kirill-scherba
- License: bsd-2-clause
- Created: 2021-12-26T11:40:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T11:47:10.000Z (over 2 years ago)
- Last Synced: 2025-02-28T08:28:48.757Z (over 1 year ago)
- Topics: csv, go, neural-network
- Language: Go
- Homepage: https://kirill-scherba.github.io/nnhelper/
- Size: 97.7 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Network Helper
[](https://godoc.org/github.com/kirill-scherba/nnhelper/)
[](https://goreportcard.com/report/github.com/kirill-scherba/nnhelper)
Go Language Package with Neural Network helper functions:
- Create Neural Network using [gonn](https://github.com/fxsjy/gonn) package
- Read CSV files and convert its values to float format
- Human Neural Network answer
Look samples at [exapmples](https://github.com/kirill-scherba/nnhelper/tree/main/examples) folder.
Or you can run example in [The Go Playground](https://go.dev/play/p/7Bvn10D_vNd).