The document outlines topics covered in an AI class, including the nature of intelligence and knowledge, different types of knowledge representation and organization, rule-based and frame-based expert systems, searching techniques, problem reduction methods, uncertainty, and Bayesian reasoning. Key components of rule-based systems like IF-THEN rules, inference chaining, and conflict resolution are also discussed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
67 views1 page
AI Mid-Term Guidline
The document outlines topics covered in an AI class, including the nature of intelligence and knowledge, different types of knowledge representation and organization, rule-based and frame-based expert systems, searching techniques, problem reduction methods, uncertainty, and Bayesian reasoning. Key components of rule-based systems like IF-THEN rules, inference chaining, and conflict resolution are also discussed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Contents that we learned in the class 1-7
- What is the intelligence?
- What is the goal of AI? - History of AI. - What is the knowledge? - Types of knowledge? - Knowledge System Components? o Knowledge Representation o Knowledge Organization o Knowledge Manipulation o Knowledge Acquisition - Knowledge Technique? o Rule-based Expert System What is the characteristics of Rule-based Components: IF antecedent THEN consequence [And special case for multiple antecedents] Implementing rule-based Inference chaining [Forward/Backward chaining] Rule-based conflict solution - Searching Techniques o Binary Search o Depth First Search o Breath First Search o Generate and Test o Hill Climbing o Best First Search o A* Search - Problem Reduction Method o AND/OR Graph - What is an uncertainty? - Probability, Conditional Probability, Joint Probability and Relationship among these [There are some equations] - Uncertainty + Ruled-based Î Bayesian Reasoning o Bayesian Rule-based [Practice a lot until you find the pattern that in that state you should use which numbers and remember the step of do Bayesian rules] o Certainty factor [Practice and find the difference of processes with Bayesian Rule-based] - Frame-based System o Object-Oriented Decomposition Diagram o Relationships among objects o 7 steps for frame-based system development
R for Data Science Cookbook (n): Over 100 hands-on recipes to effectively solve real-world data problems using the most popular R packages and techniques