You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official supporting code for the book, Grokking Artificial Intelligence Algorithms, published by Manning Publications, authored by Rishal Hurbans.
4
2
5
3
[Get Grokking Artificial Intelligence Algorithms at Manning Publications](https://www.manning.com/books/grokking-artificial-intelligence-algorithms?a_aid=gaia&a_bid=6a1b836a)
6
4
7
-

8
-
9
-
The example implementations provided will make more sense if you've read the book, however, it might be somewhat useful to you otherwise.
10
-
11
-
The purpose of this repository is to act as a practical reference for examples of how the algorithms mentioned in the book can be implemented.
12
-
This repository should not be consulted as the book is read page-by-page, but rather, when you're attempting to implement an algorithm or gain a more technical understanding from a programming perspective.
13
-
14
5
## Requirements
15
6
* Python 3.7.0+
7
+
* Pip 3
16
8
17
9
## Setup
18
10
Make sure that you have Python 3.7.0+ installed. [Download Python here](https://www.python.org/downloads/).
@@ -29,3 +21,15 @@ Navigate to the directory containing the example that you want to run, and run t
29
21
30
22
```python3 <file_name.py>```
31
23
24
+
25
+
## Overview
26
+
This is the official supporting code for the book, Grokking Artificial Intelligence Algorithms, published by Manning Publications, authored by Rishal Hurbans.
27
+
28
+

29
+
30
+
The example implementations provided will make more sense if you've read the book, however, it might be somewhat useful to you otherwise.
31
+
32
+
The purpose of this repository is to act as a practical reference for examples of how the algorithms mentioned in the book can be implemented.
33
+
This repository should not be consulted as the book is read page-by-page, but rather, when you're attempting to implement an algorithm or gain a more technical understanding from a programming perspective.
0 commit comments