https://github.com/rusith/neural-networks
Some Neural Network Implementations From Scratch
https://github.com/rusith/neural-networks
go neural-networks
Last synced: 15 days ago
JSON representation
Some Neural Network Implementations From Scratch
- Host: GitHub
- URL: https://github.com/rusith/neural-networks
- Owner: rusith
- License: mit
- Created: 2018-12-26T04:22:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T05:59:00.000Z (over 7 years ago)
- Last Synced: 2025-03-22T09:17:17.998Z (about 1 year ago)
- Topics: go, neural-networks
- Language: Go
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neural-networks
[](https://travis-ci.org/rusith/neural-networks)
[](https://codecov.io/gh/rusith/neural-networks)
An attempt to learn neural network design by coding everything along the way