Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aimacode/aima-lisp
Common Lisp implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
https://github.com/aimacode/aima-lisp
Last synced: 3 months ago
JSON representation
Common Lisp implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
- Host: GitHub
- URL: https://github.com/aimacode/aima-lisp
- Owner: aimacode
- License: mit
- Created: 2016-02-23T19:24:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T17:51:05.000Z (over 2 years ago)
- Last Synced: 2024-05-13T22:50:10.893Z (6 months ago)
- Language: Common Lisp
- Size: 214 KB
- Stars: 382
- Watchers: 37
- Forks: 99
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aima-lisp
Common Lisp implementation of algorithms from Russell And Norvig's book *Artificial Intelligence - A Modern Approach.*
This repository was the original code base, back in 1995.
Since then, the Java and Python versions have become more popular, and this Lisp version is no
longer up-to-date. But it is here for whatever use you want to make of it.