/betaHao

an implementation of trying to simulate a neural network. Still coding

Primary LanguageGoGNU General Public License v2.0GPL-2.0

betaHao

betaHao is a program trying to implement how the neuron works with probability change, even more connection change in future. Unfinished yet.

Installation

git clone https://github.com/duminhui/betaHao.git

Dependencies & Installation

golang 1.8.3: golang compilier

$ sudo apt-get install golang
$ cd betaHao/ && export GOPATH=`pwd`
$ go get github.com/deckarep/golang-set
$ go get github.com/eapache/queue

Compliling & Usage

$ go run main.go

Contributing