Skip to content

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

License

Notifications You must be signed in to change notification settings

duminhui/betaHao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages