https://github.com/evanmcclure/makeyourownneuralnetwork
Golang implementation of a single hidden layer feed forward neural network based on the Python notebook for Make Your Own Neural Network by Tariq Rashid
https://github.com/evanmcclure/makeyourownneuralnetwork
artificialintelligence backpropagation feedforward-neural-network go golang gonum gophernotes handwriting-recognition jupyter-notebooks machinelearning mnist neuralnetwork regression-models supervised-learning
Last synced: 24 days ago
JSON representation
Golang implementation of a single hidden layer feed forward neural network based on the Python notebook for Make Your Own Neural Network by Tariq Rashid
- Host: GitHub
- URL: https://github.com/evanmcclure/makeyourownneuralnetwork
- Owner: evanmcclure
- Created: 2019-07-07T15:44:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T22:55:03.000Z (almost 7 years ago)
- Last Synced: 2025-01-27T07:09:28.360Z (over 1 year ago)
- Topics: artificialintelligence, backpropagation, feedforward-neural-network, go, golang, gonum, gophernotes, handwriting-recognition, jupyter-notebooks, machinelearning, mnist, neuralnetwork, regression-models, supervised-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Make Your Own Neural Network :)
Golang implementation of a single hidden layer feed forward neural network based on the Python notebook for Make Your Own Neural Network by Tariq Rashid.
## Requires
* [Gophernotes for Jupyter](https://github.com/gopherdata/gophernotes)
* [MNIST in CSV](https://pjreddie.com/projects/mnist-in-csv/)
* [GoNum](https://www.gonum.org)