Describe a Learning-based IS (L-IS).
Learning refers to system improving its performance with experience, with respect to some task.
When is a System said to learn from experience E with respect to some class of actions A and performance measure P?
Describe an Adaptive transport scheduling example for L-IS.
-> Improvement is measure P reducing to zero.
In L-IS Design of the learning element depends on?
What are the 3 main types of learning or feedback which can be used?
What are the commonly used types of knowledge representations?
In a production system, knowledge is represented as _____ ?
a set of rules or productions
Rules are typically defined as ______ ?
IF-fact | THEN-fact
IF-fact is aka?
THEN-fact is aka?
Rule-based systems use a set of predefined rules to make decisions or perform actions based on input data.
True
Give some examples of rule-based engines fragments for the other 3 scenarios:
1. Personal memories
2. Foodstuff management
3. Utility Regulation
How can Rules get added to the KB Systems?
________ enable rule-based systems to incorporated as part of more general distributed systems versus as part of more specialiszed IS?
rule-based engines
Describe a Blackboard (BB) system.
Knowledge sources of a BB can be?
Give an example of Ontology using Vehicle.
Give a formal and informal definition of ontology.
What is the r/n ship b/n Ontology and Semantic (IS) : Knowledge Representation (KR)?
______ is often used synonymously with the term semantic KR?
Ontology
Depending on how concepts and their relationships are defined and organized what are the ranges of Knowledge Representation (KR) [ or Ontology ]?
Describe what a Light-weight Semantic Representation is.
The most widely used light-weight KRs are based on _____ ?
W3C Web XML standards.
Explain W3C Web XML standards?
Example:
<ontology>
<concept>
<property>
<value> Four </value>
</property>
</concept>
</ontology>