nodeaima

0.0.1alpha • Public • Published

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.

/nodeaima/

    Package Sidebar

    Install

    npm i nodeaima

    Weekly Downloads

    2

    Version

    0.0.1alpha

    License

    none

    Last publish

    Collaborators

    • ajlopez