intelligence
v0.1.1
Published
Machine learning library written in javascript
Downloads
19
Maintainers
Readme
#intelligence.js Intelligence is the ability to adapt to change - Stephen Hawking
Overview
intelligence.js is a highly modular and extensible machine learning library written in javascript.
Installation
> npm install intelligence
Examples
Coming soon
- Feed forward neural networks
- Self organising maps
- Ant colony optimisation
- Tree based genetic programming
- Object oriented linear genetic programming
Testing
Running npm test
will run all tests located in the /tests
directory.