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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
3
3
[Get Grokking Artificial Intelligence Algorithms at Manning Publications](https://www.manning.com/books/grokking-artificial-intelligence-algorithms?a_aid=gaia&a_bid=6a1b836a)
4
4
5
-
Rather Learn by exploring the code notebook in your browser? Click here:
6
-
7
-
[](https://colab.research.google.com/github/rishal-hurbans/Grokking-Artificial-Intelligence-Algorithms-Notebook/blob/main/Grokking_Artificial_Intelligence_Algorithms_Notebook.ipynb)
8
-
9
5
## Requirements
10
6
* Python 3.9 or later (3.11 recommended)
11
7
* pip 23.1+ (comes with recent Python installers)
@@ -46,3 +42,7 @@ The example implementations provided will make more sense if you've read the boo
46
42
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.
47
43
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.
48
44
45
+
Rather Learn by exploring the code notebook in your browser? Click here:
46
+
47
+
[](https://colab.research.google.com/github/rishal-hurbans/Grokking-Artificial-Intelligence-Algorithms-Notebook/blob/main/Grokking_Artificial_Intelligence_Algorithms_Notebook.ipynb)
0 commit comments