Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schuyler/neural-go
A multilayer perceptron network implemented in Go, with training via backpropagation.
https://github.com/schuyler/neural-go
Last synced: about 2 months ago
JSON representation
A multilayer perceptron network implemented in Go, with training via backpropagation.
- Host: GitHub
- URL: https://github.com/schuyler/neural-go
- Owner: schuyler
- Created: 2011-10-17T09:31:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T10:58:21.000Z (over 4 years ago)
- Last Synced: 2024-10-25T05:23:14.896Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 161 KB
- Stars: 69
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-go - neural-go - Multilayer perceptron network implemented in Go, with training via backpropagation. (Machine Learning / Search and Analytic Databases)
- zero-alloc-awesome-go - neural-go - Multilayer perceptron network implemented in Go, with training via backpropagation. (Machine Learning / Search and Analytic Databases)
- awesome-go - neural-go - A multilayer perceptron network implemented in Go, with training via backpropagation. - ★ 58 (Machine Learning)
- awesome-go-extra - neural-go - 10-17T09:31:33Z|2020-08-31T10:58:21Z| (Machine Learning / Advanced Console UIs)
- awesome-go-zh - neural-go
README
Neural Go
---------I'm in the process of making significant changes to this package,
particularly, to make it more modular, and to base it around an [actual linear
algebra library for Go](https://github.com/skelterjohn/go.matrix).If you want the original version of this library, check out the
[v0.1 tag](https://github.com/schuyler/neural-go/tree/v0.1).SDE
2013/10/08