Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/cyonn
Simple neural network.
https://github.com/kisom/cyonn
Last synced: 18 days ago
JSON representation
Simple neural network.
- Host: GitHub
- URL: https://github.com/kisom/cyonn
- Owner: kisom
- Created: 2015-04-20T02:36:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T06:08:43.000Z (over 9 years ago)
- Last Synced: 2024-10-11T02:47:12.631Z (about 1 month ago)
- Language: Go
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is source code inspired from the code taken from _Code Your Own
Neural Network_ by Steven C. Shaffer. I've cleaned it up and adapted
it to Go, as it was easier to do a port from C to understand what was
happening under the hood.You shouldn't be using this for anything, and as such, there is no
license.