Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tirithen/node-simple-fann
A Node.js wrapper for FANN (Fast Artificial Neural Network Library) that uses MongoDB to store the models
https://github.com/tirithen/node-simple-fann
Last synced: about 5 hours ago
JSON representation
A Node.js wrapper for FANN (Fast Artificial Neural Network Library) that uses MongoDB to store the models
- Host: GitHub
- URL: https://github.com/tirithen/node-simple-fann
- Owner: tirithen
- License: gpl-3.0
- Created: 2014-01-21T08:39:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T19:59:30.000Z (almost 11 years ago)
- Last Synced: 2024-11-03T22:49:03.024Z (13 days ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-simple-fann
A Node.js wrapper for [FANN (Fast Artificial Neural Network Library)](http://leenissen.dk/fann/wp/) that uses MongoDB to store the models.## Requirements
* libfann >= 2.2.0 - [Get source code here](http://leenissen.dk/fann/wp/download/)## License
Released under the GPLv3 license.