Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T11:47:10.000Z (12 months ago)
- Last Synced: 2024-10-10T19:11:16.097Z (3 months 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
[![GoDoc](https://godoc.org/github.com/kirill-scherba/nnhelper?status.svg)](https://godoc.org/github.com/kirill-scherba/nnhelper/)
[![Go Report Card](https://goreportcard.com/badge/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 answerLook 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).