


aima-java
· GitHub
Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Repository Stats
1581 stars
805 forks
Repository Activity
This repository has been starred 1581 times and forked 805 times, showing its popularity in the developer community.
README Preview
# AIMA3e-Java (JDK 8+) [](https://travis-ci.org/aimacode/aima-java) [](https://mybinder.org/v2/gh/aimacode/aima-java/AIMA3e) Java implementation of algorithms from [Russell](http://www.cs.berkeley.edu/~russell/) and [Norvig's](http://www.norvig.com/) [Artificial Intelligence - A Modern Approach 3rd Edition](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-java/wiki/AIMAJava-Contributing) to help. ### Getting Started Links * [Overview of Project](https://github.com/aimacode/aima-java/wiki/AIMA3e-Overview) * [Interested in Contributing](https://github.com/aimacode/aima-java/wiki/AIMAJava-Contributing) * [Setting up your own workspace](https://github.com/ai