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 3
Genetic Algorithms
Content Locked
Section 5
Building an Intelligent Robot Controller
Robots are fascinating and useful at the same time. Let’s build an intelligent robot controller using genetic algorithm - Create a class and define the directions and movements - Define the necessary methods and operators - Create the robot controller object, register the stats