Problems and concepts
1. Problems that can be solved with AI a) Search - Using AI to search for solutions to a problem. Eg Get driving directions from point A to point B or trying to figure out how to play a game b) Knowledge- AI to be able to know information to be able to represent that information and draw inferences from that information. To be able to use the information it knows and draw additional conclusions. c) Uncertainty- Ideas of if a computer is not sure of a fact but may be is sure with a certain probability. How computers can begin to deal with uncertain events in order to be more intelligent in that sense as well. d) Optimization- Problems when the computer is trying to optimize for some sort of goal, especially in situation when there might be multiple ways that a computer might solve a problem. But we are looking for a better way or potentially the best way if that's at all possible. e) Machine Learning- Using data to learn intelligently from that data and learning from experien...