Describe how the problem of traveling from one city to another could be framed as a production system. What are the states? What are the productions?
#3. In the context of a production system, describe the difference between a state graph and a search tree in terms of applicability and efficiency
#4. Adjust the weights and threshold values in the artificial neuron network in Figure 10th edition: 11.18; 9th edition: 10.19 so that its output is 1 when both inputs are the same (both 0 or both 1) and 0 when the inputs are different (one being 0 while the other is 1).
#5. Describe how the problem of traveling from one city in one country to another city, located in another country, could be framed as a production system. What are the states? What are the productions?