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

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

Awesome Lists containing this project

README

          

# MNN

[![Build Status](https://travis-ci.org/chibby0ne/micro_neural_network.svg?branch=master)](https://travis-ci.org/chibby0ne/micro_neural_network)
[![Coverage Status](https://coveralls.io/repos/github/chibby0ne/micro_neural_network/badge.svg?branch=master)](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