Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grahamstrickland/aima
Python 3.11 implementation of the exercises from "Artificial Intelligence: A Modern Approach" (4e) - Russell & Norvig
https://github.com/grahamstrickland/aima
aima aima-python artificial-intelligence python python3
Last synced: 9 days ago
JSON representation
Python 3.11 implementation of the exercises from "Artificial Intelligence: A Modern Approach" (4e) - Russell & Norvig
- Host: GitHub
- URL: https://github.com/grahamstrickland/aima
- Owner: GrahamStrickland
- Created: 2023-02-19T14:00:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T09:17:11.000Z (about 1 month ago)
- Last Synced: 2024-10-18T00:29:40.933Z (about 1 month ago)
- Topics: aima, aima-python, artificial-intelligence, python, python3
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aima
Implementation of the programming exercises from "Artificial Intelligence: A Modern Approach" (4e) - Stuart J. Russell & Peter Norvig using Python 3.12
Please see book website for exercises:
These are my own implementations and do not correspond to the code from