Book Image

Artificial Intelligence with Python - Heuristic Search [Video]

By : Prateek Joshi
Book Image

Artificial Intelligence with Python - Heuristic Search [Video]

By: Prateek Joshi

Overview of this book

<p>This course is a go-to guide for the four topics, logic programming, heuristic search, genetic algorithms and building games with AI. It will help you learn to programme with AI. The course will start with the basic puzzles, parsing trees and expression matching. This will be followed by building solutions for region coloring and maze solving. The course also has fun-filled videos on building bots to play Tic-tac-toe, Connect Four and Hexapawn.</p> <h2>Style and Approach</h2> <p>This course takes a concept-based, explanation-focused approach. Each concept is explained and then the exercise or example is implemented.</p>
Table of Contents (4 chapters)
Chapter 2
Heuristic Search Techniques
Content Locked
Section 3
Local Search Techniques
Local search is a particular way of solving a CSP. It keeps improving the values until all the constraints are satisfied. Let’s look at them in this video. - Understand what local search technique is - Look at an example of hill climbing