Skip to content

JavaScript/Node.js implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'.. WIP

License

Notifications You must be signed in to change notification settings

ajlopez/NodeAima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

JavaScript/Node.js implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'.. WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published