Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 447 Bytes

perceptron-go

Neural network library

It is Golang version of https://github.com/phplego/perceptron (C++)

Buld and run

go build
./perceptron-go

Example errors per sample chart:

image

Activation functions:

image