Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwhitena/gophernet
A simple from-scratch neural net written in Go
https://github.com/dwhitena/gophernet
artificial-intelligence data-science go golang machine-learning neural-network
Last synced: about 1 month ago
JSON representation
A simple from-scratch neural net written in Go
- Host: GitHub
- URL: https://github.com/dwhitena/gophernet
- Owner: dwhitena
- Created: 2017-10-03T22:24:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T13:14:30.000Z (about 4 years ago)
- Last Synced: 2024-08-03T09:08:28.950Z (5 months ago)
- Topics: artificial-intelligence, data-science, go, golang, machine-learning, neural-network
- Language: Go
- Size: 10.7 KB
- Stars: 252
- Watchers: 16
- Forks: 62
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a Neural Net From Scratch with Go
This is a simple neural network built in Go. It is further discussed [here](https://datadan.io/blog/neural-net-with-go) and in [Machine Learning with Go](https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go).