Select Page

Webinar 7: AI-SEARCH

AI-search is a foundational aspect of problem-solving, essential in modern AI applications. This session introduces trainees to key concepts such as state space representation, uninformed and heuristic graph search algorithms, and complexities analysis. Trainees will learn to navigate problem spaces efficiently through algorithms like breadth-first search, depth-first search, and A* search, balancing optimality and computational efficiency. Understanding the space and time complexities of these algorithms enables effective problem-solving strategy selection. Additionally, the session covers strategies for two-player adversarial games, including minimax search and alpha-beta pruning, enhancing trainees’ ability to compete in dynamic environments. Mastering these concepts equips trainees with essential skills for tackling diverse real-world challenges.

Hajar Alhijailan is an Assistant Professor of Computer Science at King Saud University in Riyadh, Saudi Arabia. She received her Ph.D. in Computer Science from the University of Liverpool in Artificial Intelligence. She taught AI courses for students in Computer Science Department at King Saud University.