Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 319ff52

Browse files
Added Index Notebook for Binder
1 parent 887bd6c commit 319ff52

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

index.ipynb

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# AIMA Python Binder Index\n",
8+
"\n",
9+
"Welcome to the AIMA Python Code Repository. You should be seeing this index notebook if you clicked on the **Launch Binder** button on the [repository](https://github.com/aimacode/aima-python). If you are viewing this notebook directly on Github we suggest that you use the **Launch Binder** button instead. Binder allows you to experiment with all the code in the browser itself without the need of installing anything on your local machine. Below is the list of notebooks that should assist you in navigating the different notebooks available. \n",
10+
"\n",
11+
"If you are completely new to AIMA Python or Jupyter Notebooks we suggest that you start with the Introduction Notebook.\n",
12+
"\n",
13+
"# List of Notebooks\n",
14+
"\n",
15+
"1. [**Introduction**](./intro.ipynb)\n",
16+
"\n",
17+
"2. [**Agents**](./agents.ipynb)\n",
18+
"\n",
19+
"3. [**Search**](./search.ipynb)\n",
20+
"\n",
21+
"4. [**Games**](./games.ipynb)\n",
22+
"\n",
23+
"5. [**Constraint Satisfaction Problems**](./csp.ipynb)\n",
24+
"\n",
25+
"6. [**Logic**](./logic.ipynb)\n",
26+
"\n",
27+
"7. [**Planning**](./planning.ipynb)\n",
28+
"\n",
29+
"8. [**Probability**](./probability.ipynb)\n",
30+
"\n",
31+
"9. [**Markov Decision Processes**](./mdp.ipynb)\n",
32+
"\n",
33+
"10. [**Learning**](./learning.ipynb)\n",
34+
"\n",
35+
"11. [**Reinforcement Learning**](./rl.ipynb)\n",
36+
"\n",
37+
"12. [**Statistical Language Processing Tools**](./text.ipynb)\n",
38+
"\n",
39+
"13. [**Natural Language Processing**](./nlp.ipynb)\n",
40+
"\n",
41+
"Besides the notebooks it is also possible to make direct modifications to the Python/JS code. To view/modify the complete set of files [click here](.) to view the Directory structure."
42+
]
43+
}
44+
],
45+
"metadata": {
46+
"kernelspec": {
47+
"display_name": "Python 3",
48+
"language": "python",
49+
"name": "python3"
50+
},
51+
"language_info": {
52+
"codemirror_mode": {
53+
"name": "ipython",
54+
"version": 3
55+
},
56+
"file_extension": ".py",
57+
"mimetype": "text/x-python",
58+
"name": "python",
59+
"nbconvert_exporter": "python",
60+
"pygments_lexer": "ipython3",
61+
"version": "3.4.3"
62+
}
63+
},
64+
"nbformat": 4,
65+
"nbformat_minor": 0
66+
}

0 commit comments

Comments
 (0)