Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Artificial Intelligence - Problem Solving and Search - Lecture 3
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Problem Formulation and Solution
- 3 - Example Graph Problem
- 4 - What is Search?
- 5 - Search Tree
- 6 - Tree Search Algorithm
- 7 - Problem Solving Performance
- 8 - Search Strategies +
- 9 - Breadth First Search BFS
- 10 - Uniform Cost Search UCS
- 11 - Depth First Search DFS
- 12 - Depth Limited Search DLS
- 13 - Iterative Deepening DFS IDDFS
- 14 - Comparing Algorithms
- 15 - Closed List
- 16 - Graph Search Algorithm
- 17 - Recap + Exam Questions