


YouTube Video: aima-python
· GitHub
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Repository Stats
8287 stars
3905 forks
Repository Activity
This repository has been starred 8287 times and forked 3905 times, showing its popularity in the developer community.
README Preview
# `aima-python` [](https://travis-ci.org/aimacode/aima-python) [](http://mybinder.org/repo/aimacode/aima-python) Python code for the book *[Artificial Intelligence: A Modern Approach](http://aima.cs.berkeley.edu).* You can use this in conjunction with a course on AI, or for study on your own. We're looking for [solid contributors](https://github.com/aimacode/aima-python/blob/master/CONTRIBUTING.md) to help. # Updates for 4th Edition The 4th edition of the book as out now in 2020, and thus we are updating the code. All code here will reflect the 4th edition. Changes include: - Move from Python 3.5 to 3.7. - More emphasis on Jupyter (Ipython) notebooks. - More projects using external packages (tensorflow, etc.). # Structure of the Project When complete, this project will have Python implementations for all the pseudocode algorithms in the book, as well as tests