Unit 4
Unit 4
3. Meta-knowledge:
• Knowledge about the other types of knowledge is called Meta-
knowledge.
4. Heuristic knowledge:
• Heuristic knowledge is representing knowledge of some experts
in a filed or subject.
• Heuristic knowledge is rules of thumb based on previous
experiences, awareness of approaches, and which are good to
work but not guaranteed.
5. Structural knowledge:
• Structural knowledge is to problem-solving.
• It describes relationships between various concepts such as kind
of, part of, and grouping of something.
• It describes the relationship that exists between concepts or
objects.
The relation between knowledge and intelligence:
• Knowledge of real-worlds plays a vital role in intelligence and
same for creating artificial intelligence.
• Knowledge plays an important role in demonstrating
intelligent behavior in AI agents.
• An agent is only able to accurately act on some input when
he has some knowledge or experience about that input.
Cycle of Knowledge Representation in AI
Perception component
• It retrieves data or information from the
environment.
• with the help of this component, you can
retrieve data from the environment, find out
the source of noises and check if the AI was
damaged by anything.
• Also, it defines how to respond when any
sense has been detected.
The interaction of an AI system with the real world and
the components involved in showing intelligence
Learning Component
• It learns from the captured data by the perception
component.
• The goal is to build computers that can be taught
instead of programming them.
• Learning focuses on the process of self-
improvement.
• In order to learn new things, the system requires
knowledge acquisition, inference, acquisition of
heuristics, faster searches, etc.
The interaction of an AI system with the real world and
the components involved in showing intelligence