aimacode/aima-python
Python implementations of AI algorithms from the classic Russell and Norvig textbook.

Velocity · 7d
+2.3
★ / day
Trend
→steady
star history
This repository provides Python implementations of pseudocode algorithms from the widely-used Artificial Intelligence: A Modern Approach textbook. It covers major AI topics including search algorithms, machine learning, and other core AI techniques. The code is organized in Jupyter notebooks with accompanying Python files and tests, and the 4th edition adds emphasis on external packages like TensorFlow.