Skip to content

Commit 7c2d04f

Browse files
2 parents d3b618c + 0ba8fe4 commit 7c2d04f

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
# Grokking Artificial Intelligence Algorithms
2-
## Overview
3-
This is the official supporting code for the book, Grokking Artificial Intelligence Algorithms, published by Manning Publications, authored by Rishal Hurbans.
42

53
[Get Grokking Artificial Intelligence Algorithms at Manning Publications](https://www.manning.com/books/grokking-artificial-intelligence-algorithms?a_aid=gaia&a_bid=6a1b836a)
64

7-
![History of AI](readme_assets/history_of_ai.png)
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-
145
## Requirements
156
* Python 3.7.0+
7+
* Pip 3
168

179
## Setup
1810
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
2921

3022
```python3 <file_name.py>```
3123

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+
![History of AI](readme_assets/history_of_ai.png)
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.
34+
35+

0 commit comments

Comments
 (0)