https://github.com/chibby0ne/micro_neural_network
A very small and simple neural network implementation in Go
https://github.com/chibby0ne/micro_neural_network
binary-classification golang minimal neural-network
Last synced: 3 months ago
JSON representation
A very small and simple neural network implementation in Go
- Host: GitHub
- URL: https://github.com/chibby0ne/micro_neural_network
- Owner: chibby0ne
- License: other
- Created: 2018-04-18T22:29:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T21:05:38.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T19:00:15.750Z (over 1 year ago)
- Topics: binary-classification, golang, minimal, neural-network
- Language: Go
- Size: 3.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MNN
[](https://travis-ci.org/chibby0ne/micro_neural_network)
[](https://coveralls.io/github/chibby0ne/micro_neural_network?branch=master)
[WIP] Micro Neural Network
A minimal neural network written in Go.
More specifically, this is a feed-forward neural network for binary
classification.
## TODO
[] Unit tests for model.go
[] Add logging to matrix operations
[] Add unit tests to main.go
[] Add dockerfile, to run NN in a container