Skip to content

Commit

Permalink
Add link to aima-java
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragvartak committed Mar 23, 2016
1 parent f58cde9 commit 67e1f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
" \n",
"## About `aima-python` \n",
" \n",
" As I suspect you might already know, the repository [aima-python](https://github.com/aimacode/aima-python) implements in Python code, the algorithms in the textbook *Artificial Intelligence: A Modern Approach*. You can find these algorithms in the various modules of this repository. Typically, each module has the code for a single chapter in the book, but some modules may have code from more than two chapters in it. Most of the algorithms given in the figures of the book have been implemented. If you are looking for a particular algorithm or have trouble finding the module for the chapter you are interested in, [this index](https://github.com/aimacode/aima-python#index-of-code) might prove to be useful. The code in this repository takes care to implement the algorithms in the figures of the book *exactly as they are*. We have tried our best to write our code as close as we could to the pseudocodes in the textbook, and haven't done any optimizations to it that may hamper with code readability. The intention of this code is to be readable, so that you can relate it to the algorithms in the textbook. For algorithms that we thought really needed optimizations, we have written these seperately as different functions and stated so in comments. \n",
" As I suspect you might already know, the repository [aima-python](https://github.com/aimacode/aima-python) implements in Python code, the algorithms in the textbook *Artificial Intelligence: A Modern Approach*. You can find these algorithms in the various modules of this repository. Typically, each module has the code for a single chapter in the book, but some modules may have code from more than two chapters in it. Most of the algorithms given in the figures of the book have been implemented. If you are looking for a particular algorithm or have trouble finding the module for the chapter you are interested in, [this index](https://github.com/aimacode/aima-python#index-of-code) might prove to be useful. The code in this repository takes care to implement the algorithms in the figures of the book *exactly as they are*. We have tried our best to write our code as close as we could to the pseudocodes in the textbook, and haven't done any optimizations to it that may hamper with code readability. The intention of this code is to be readable, so that you can relate it to the algorithms in the textbook. For algorithms that we thought really needed optimizations, we have written these seperately as different functions and stated so in comments. Also, before you proceedif you are more comfortable with Java than you are with Python we also have [aima-java](https://github.com/aimacode/aima-java) repository. \n",
" \n",
"## What version of Python?\n",
" \n",
Expand Down Expand Up @@ -55,7 +55,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.4.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 67e1f88

Please sign in to comment.