Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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