Intelligence via Search
You will acquire practical skills in modeling and constructing programs to achieve intelligence by addressing search problems. We will learn how to solve problems such as maze navigation and pathfinding using various search algorithms like depth-first search, breadth-first search, and A* search.
This Week's Work:
- Study the material and complete the practical exercises.
- Complete the quiz and coding assignment for this week. The coding assignment will involve building a shipping route planner using the A* search algorithm.
Upon completing this week's work, you will be able to:
- Develop intelligent software agents capable of solving diverse problems, such as pathfinding and playing games like the 15-puzzle.
- Explain the field of AI and its fundamental concepts.