August 2020
Intermediate to advanced
392 pages
9h 54m
English
acknowledgments
about this book
about the author
1. Intuition of artificial intelligence
What is artificial intelligence?
A brief history of artificial intelligence
Problem types and problem-solving paradigms
Intuition of artificial intelligence concepts
Uses for artificial intelligence algorithms
What are planning and searching?
Cost of computation: The reason for smart algorithms
Problems applicable to searching algorithms
Representing state: Creating a framework to represent problem spaces and solutions
Uninformed search: Looking blindly for solutions
Breadth-first search: Looking wide before looking deep
Depth-first search: Looking deep before looking wide
Use cases for uninformed search ...