There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Go bindings for FANN, library for artificial neural networks
Go bindings for Fast Artificial Neural Networks(FANN) library.
http://leenissen.dk/fann/wp/
To install:
1. go get github.com/white-pony/go-fann
2. a) `cd example/example_name && go build` to build example
b) ./example_name