• Stars
    star
    115
  • Rank 295,154 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created about 13 years ago
  • Updated about 9 years ago

Reviews

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