An open API service indexing awesome lists of open source software.

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

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)