An open API service indexing awesome lists of open source software.

https://github.com/biogeek/aima

Python implementation of algorithms from Russell and Norvig's Artificial Intelligence: A Modern Approach.
https://github.com/biogeek/aima

Last synced: 12 months ago
JSON representation

Python implementation of algorithms from Russell and Norvig's Artificial Intelligence: A Modern Approach.

Awesome Lists containing this project

README

          

An implementation of algorithms from Russell and Norvig's Artificial Intelligence: A Modern Approach.

Original code on:
http://code.google.com/p/aima-python/

This fork tries to implement some of the missing algorithms.

This code is released under the same license as the original code.
See http://www.opensource.org/licenses/mit-license.php for more information.