1 / 15

Contents

Contents. Knowledge Acquisition Machine Learning. Knowledge Acquisition. The transfer and transformation of potential problem solving expertise from some knowledge source to a program. Buchanan, 1983. Knowledge Acquisition.

blake-chang
Download Presentation

Contents

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Contents • Knowledge Acquisition • Machine Learning

  2. Knowledge Acquisition • The transfer and transformation of potential problem solving expertise from some knowledge source to a program. Buchanan, 1983

  3. Knowledge Acquisition • The process of acquiring, studying and organizing knowledge, so that it can be used in a knowledge-based system. • Expert may provide irrelevant, incomplete or inconsistent information. • Data and knowledge acquisition • Collect and analyze data and knowledge • Make key concepts of the system design more explicit

  4. Knowledge Acquisition (Cont.) • Acquired knowledge may consist facts, rules, concept, procedures, heuristics, formulas, relationships, statistics, or other useful information • Sources • Documented • Written, viewed, sensory, behavior • Undocumented • Memory • Acquired from • Human senses • Machines

  5. Knowledge Engineers • Professionals who elicit knowledge from experts • Empathetic, patient • Broad range of understanding, capabilities • Integrate knowledge from various sources • Creates and edits code • Operates tools • Build knowledge base • Validates information • Trains users

  6. Machine Learning • Machine learning is a specialized form of autonomous knowledge acquisition. • Autonomous knowledge creation or refinement through the use of computer programs.

  7. Why is Machine Learning Important? • Some tasks cannot be defined well, except by examples (e.g., recognizing people). • Relationships and correlations can be hidden within large amounts of data. Machine Learning/Data Mining may be able to find these relationships. • Human designers often produce machines that do not work as well as desired in the environments in which they are used.

  8. Why is Machine Learning Important? • The amount of knowledge available about certain tasks might be too large for explicit encoding by humans (e.g., medical diagnostic). • Environments change over time. • New knowledge about tasks is constantly being discovered by humans. It may be difficult to continuously re-design systems “by hand”.

  9. Types of Learning • Learning by memorization • Direct instruction • Analogy • Induction • Deduction

  10. Learning by Memorization • It requires the least amount of inference and is accomplished by simply copying the knowledge in the same form that it will be used directly into the knowledge base.

  11. Learning by Direct Instruction • The knowledge must be transformed into an operational form before being integrated into the knowledge base • This type of learning used when a teacher presents a number of facts directly to us in a well organized manner.

  12. Analogical Learning • Is the process of learning a new concept or solution through the use of similar known concepts or solutions. • Here, previously learn examples serve as a guide. • Driving a truck using experience of driving a car.

  13. Learning by Induction • This form of learning requires the use of inductive inference • We use inductive learning when we formulate a general concept after seeing a number of instances or examples of the concept. Example: we learn the concepts of color or sweet taste after experiencing the sensations associated with several examples of color example objects or sweet foods

  14. Deductive Learning • It is accomplished through a sequence of deductive inference steps using known facts. • From the known facts, new facts and relationships are logically derived. • Example:(father X of Y), (father Y of Z); (Grandfather X of Z)

  15. THANK YOU

More Related