Skip to content

Commit 0079c8f

Browse files
Update README.md
1 parent 75e66f0 commit 0079c8f

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
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.
4-
5-
[Get Grokking Artificial Intelligence Algorithms at Manning Publications](https://www.manning.com/books/grokking-artificial-intelligence-algorithms?a_aid=gaia&a_bid=6a1b836a)
6-
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-
14-
## Requirements
15-
* Python 3.7.0+
162

173
## Setup
184
Make sure that you have Python 3.7.0+ installed. [Download Python here](https://www.python.org/downloads/).
@@ -29,3 +15,19 @@ Navigate to the directory containing the example that you want to run, and run t
2915

3016
```python3 <file_name.py>```
3117

18+
19+
## Overview
20+
This is the official supporting code for the book, Grokking Artificial Intelligence Algorithms, published by Manning Publications, authored by Rishal Hurbans.
21+
22+
[Get Grokking Artificial Intelligence Algorithms at Manning Publications](https://www.manning.com/books/grokking-artificial-intelligence-algorithms?a_aid=gaia&a_bid=6a1b836a)
23+
24+
![History of AI](readme_assets/history_of_ai.png)
25+
26+
The example implementations provided will make more sense if you've read the book, however, it might be somewhat useful to you otherwise.
27+
28+
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.
29+
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.
30+
31+
## Requirements
32+
* Python 3.7.0+
33+

0 commit comments

Comments
 (0)