Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 531 Bytes

File metadata and controls

29 lines (19 loc) · 531 Bytes

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