Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vksnk/go-fann

Go bindings for FANN, library for artificial neural networks
https://github.com/vksnk/go-fann

Last synced: about 2 months ago
JSON representation

Go bindings for FANN, library for artificial neural networks

Awesome Lists containing this project

README

        

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