Introduction
Knowledge Representation in AI describes the representation of knowledge. Basically, it is a study of how the beliefs, intentions, and judgments of an intelligent agent can be expressed suitably for automated reasoning. One of the primary purposes of Knowledge Representation includes modeling intelligent behavior for an agent. Now that you know about Knowledge representation in AI, let’s move on and know about the different types of Knowledge.
· Declarative Knowledge – It includes concepts, facts, and objects and expressed in a declarative sentence.
· Structural Knowledge – It is a basic problem-solving knowledge that describes the relationship between concepts and objects.
· Procedural Knowledge – This is responsible for knowing how to do
something and includes rules, strategies, procedures, etc.
· Meta Knowledge – Meta Knowledge defines knowledge about other types of
Knowledge.
· Heuristic Knowledge – This represents some expert knowledge in the
field or subject.
These are the important types of Knowledge Representation in AI.
Problem Statement
For a game of clue, we have to give information to
our computer and some clues then by knowledge base computer find the
murderer.
The problem is there will be
some information and some clue. They are:
There are 3 persons:
1.
Col.
Mustard
2.
Mr.
plum
3.
Ms.
Scarlet
There are 3 rooms:
1.
kitchen
2.
Library
3.
Ballroom
There
are 3 weapons:
1.
Knife
2.
Revolver
3.
wrench
From
this information, our computer will find the murder with the knowledge base AI.
Source Code
Result
After running this code we'll get this answer.
The murderer is MsScarlet and he was in the
library and he has a knife. That means he kills with a knife in a library.
Conclusion
At first, we discuss our problem. We also discuss clues. Then
for the clue game, we have to give computer information and clues for finding
the murderer. Then discuss the result. Then we write the code in python and the
algorithm is so easy. Anyone can easily understand the code or algorithm. So,
we can say This is the Best
AI Course in Bangladesh.



No comments:
Post a Comment