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.
- Host: GitHub
- URL: https://github.com/biogeek/aima
- Owner: BioGeek
- Created: 2011-09-02T15:58:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-02T16:21:56.000Z (over 14 years ago)
- Last Synced: 2025-04-14T14:14:39.705Z (12 months ago)
- Language: Python
- Homepage: http://code.google.com/p/aima-python/
- Size: 2.28 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.