>
Appendix
About
This section is included to assist the students to perform the activities in the book. It includes detailed steps that are to be performed by the students to achieve the objectives of the activities.
Chapter 1: Principles of AI
In the code, backslash (\) indicates a line break, where the code does not fit a line. A backslash at the end of the line escapes the newline character. This means that the content in the line following the backslash should be read as if it started where the backslash character is.
Activity 1: Generating All Possible Sequences of Steps in the tic-tac-toe Game
This section will explore the combinatoric explosion possible when two players play randomly. We will be using a program, building on the ...
Get Artificial Intelligence and Machine Learning Fundamentals now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.