Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandersn/elements-of-ai
Example implementations from Elements of Artificial Intelligence by Steven Tanimoto
https://github.com/sandersn/elements-of-ai
Last synced: 9 days ago
JSON representation
Example implementations from Elements of Artificial Intelligence by Steven Tanimoto
- Host: GitHub
- URL: https://github.com/sandersn/elements-of-ai
- Owner: sandersn
- License: mit
- Created: 2015-12-20T21:48:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T14:16:12.000Z (over 7 years ago)
- Last Synced: 2024-10-20T07:30:32.688Z (28 days ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elements-of-ai
Example implementations from Elements of Artificial Intelligence by Steven TanimotoThis book is from 1990. I don't think anybody uses these AI techniques any more but they are attractively simple and fun to implement. This book has lots of Common Lisp examples. I will use Scheme, Javascript or Typescript depending on what I have available at the time.