Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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).