nodeaima
v0.0.1alpha
Published
JavaScript/Node.js implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'.
Downloads
2
Readme
Node AIMA
JavaScript/Node.js implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'.
Installation
Via npm on Node:
npm install nodeaima
Usage
Reference in your program:
var nodeaima = require('nodeaima');
TBD
Development
git clone git://github.com/ajlopez/NodeAima.git
cd NodeAima
npm install
npm test
Samples
TBD
To do
TBD ;-)
References
- aima-python Python implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'
Contribution
Feel free to file issues and submit pull requests � contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.