Reference no: EM133662941
Background:
Before attempting the following questions, you should
Read Chapter 3 of the book, Artificial Intelligence: A Modern Approach.
Read the lecture materials for Week 3
Tutorials:
Project progress reporting: Discuss and demo what you have completed for your assignment and project to your tutor. Explain clearly what you are developing and any challenges you have faced.
Explain the step in problem formulation using the Goal Formulation approach. Use the example in Question 4 in Tutorial 1 to illustrate how the problem can be formulated using the Goal Formulation approach. Identify the components in the formulation.
The undirected graph below shows six airports and the flights that connect them. Labels indicate the duration of each flight while the h values show the estimated travelling time to the destination G.
Use the example given above to illustrate the search using the following
Depth-first search;
Iterative deepening depth-first search; and
A* search.
Explain using your answers to the above to highlight the differences between them.
Examine the code provided from the book (Artificial Intelligence: A Modern Approach) to learn about the implementation of the search methods (in chapter 3) using Python programming.
After you have learned at least the following search methods, you should explain the code and how you can use it with an example. You can use the example in Question 3 to demonstrate your understanding.
Depth-first search
A* search
Learn how an expert system can be created using an online Expert System
After you have learned how to use the ES Builder, you should create one example from your notes or books.