SlideShare a Scribd company logo
DEPARTMENT OF CS &IT
KNOWLEDGE IN LEARNING
PRESENTED BY:
S.SABTHAMI
I.MSC(IT)
Nadar saraswathi college of arts and science
A logical formulation of learning
 What’re Goal and Hypotheses
 Goal predicate Q - WillWait
 Learning is to find an equivalent logical
expression we can classify examples
 Each hypothesis proposes such an
expression - a candidate definition of Q
 r WillWait(r) Pat(r,Some) 
Pat(r,Full) Hungry(r)Type(r,French) 
A logical formulation of learning
 Hypothesis space is the set of all hypotheses
the learning algorithm is designed to
entertain.
 One of the hypotheses is correct:
H1 V H2 V…V Hn
 Each Hi predicts a certain set of examples -
the extension of the goal predicate.
 Two hypotheses with different extensions
are logically inconsistent with each other,
otherwise, they are logically equivalent.
Examples
 An example is an object of some logical
description to which the goal concept may
or may not apply.
 Alt(X1)^!Bar(X1)^!Fri/Sat(X1)^…
 Ideally, we want to find a hypothesis that
agrees with all the examples.
 The relation between f and h are: ++, --, +-
(false negative), -+ (false positive). If the
last two occur, example I and h are logically
inconsistent.
Current-best hypothesis search
 Maintain a single hypothesis
 Adjust it as new examples arrive to maintain
consistency
Generalization
Specialization
Example of WillWait
 Problems: nondeterministic, no
guarantee for simplest and
correct h, need backtrack
Least-commitment search
 Keeping only one h as its best guess is the
problem -> Can we keep as many as
possible?
 Version space (candidate elimination)
Algorithm
 incremental
 least-commitment
Least-commitment search
 From intervals to boundary sets
 G-set and S-set
 S0 – the most specific set contains nothing <0,0,…,0>
 G0 – the most general set covers everything <?,?,…,?>
 Everything between is guaranteed to be
consistent with examples.
 VS tries to generalize S0 and specialize G0
incrementally
Version space
 Generalization and specialization
 find d-sets that contain only true/+, and true/-;
 Sj can only be generalized and Gj can only be specialized
 False positive for Si, too general, discard it
 False negative for Si, too specific, generalize it minimally
 False positive for Gi, too general, specialize it minimally
 False negative for Gi, too specific, discard it
Version space
 When to stop
 One concept left (Si = Gi)
 The version space collapses (G is more special than S, or..)
 Run out of examples
 An example with 4 instances from Tom Mitchell’s
book
 One major problem: can’t handle noise
Using prior knowledge
 For DT and logical description learning, we
assume no prior knowledge
 We do have some prior knowledge, so how
can we use it?
 We need a logical formulation as opposed to
the function learning.
Inductive learning in the logical setting
 The objective is to find a hypothesis that
explains the classifications of the examples,
given their descriptions.
Hypothesis ^ Description |= Classifications
 Hypothesis is unknown, explains the
observations
 Descriptions - the conjunction of all the example
descriptions
 Classifications - the conjunction of all the
example classifications
 Knowledge free learning
 Decision trees
 Description = Classifications
A procecumulative learning ss
 Observations, K-based learning,
Hypotheses, and prior knowledge
 The new approach is to design agents that
already know something and are trying to
learn some more.
 Intuitively, this should be faster and better
than without using knowledge, assuming
what’s known is always correct.
Some examples of using knowledge
 One can leap to general conclusions after
only one observation.
 Your such experience?
 Traveling to Brazil: Language and name
 A pharmacologically ignorant but
diagnostically sophisticated medical
student …
Some general schemes
 Explanation-based learning (EBL)
 Hypothesis^Description |= Classifications
 Background |= Hypothesis
 doesn’t learn anything factually new from instance
 Relevance-based learning (RBL)
 Hypothesis^Descriptions |= Classifications
 Background^Descrip’s^Class |= Hypothesis
 deductive in nature
 Knowledge-based inductive learning (KBIL)
 Background^Hypothesis^Descrip’s |=
Classifications
Inductive logical programming (ILP)
 ILP can formulate hypotheses in general
first-order logic
 Others like DT are more restricted languages
 Prior knowledge is used to reduce the
complexity of learning:
 prior knowledge further reduces the H space
 prior knowledge helps find the shorter H
 Again, assuming prior knowledge is correct
Explanation-based learning
 A method to extract general rules from individual
observations
 The goal is to solve a similar problem faster next
time.
 Memoization - speed up by saving results and
avoiding solving a problem from scratch
 EBL does it one step further - from observations to
rules
Basic EBL
 Given an example, construct a proof tree using the
background knowledge
 In parallel, construct a generalized proof tree for
the variabilized goal
 Construct a new rule (leaves => the root)
 Drop any conditions that are true regardless of the
variables in the goal
Efficiency of EBL
 Choosing a general rule
 too many rules -> slow inference
 aim for gain - significant increase in speed
 as general as possible
 Operationality - A subgoal is operational means it is
easy to solve
 Trade-off between Operationality and Generality
 Empirical analysis of efficiency in EBL
Learning using relevant information
 Prior knowledge: People in a country
usually speak the same language
Nat(x,n) ^Nat(y,n)^Lang(x,l)=>Lang(y,l)
 Observation: Given nationality, language is
fully determined
 Given Fernando is Brazilian & speaks Portuguese
Nat(Fernando,B) ^ Lang(Fernando,P)
 We can logically conclude
Nat(y,B) => Lang(y,P)
Functional dependencies
 We have seen a form of relevance:
determination - language (Portuguese) is a
function of nationality (Brazil)
 Determination is really a relationship
between the predicates
 The corresponding generalization follows
logically from the determinations and
descriptions.
Functional dependencies
 Determinations specify a sufficient basis
vocabulary from which to construct hypotheses
concerning the target predicate.
 A reduction in the H space size should make it
easier to learn the target predicate
artificial intelligence.pptx

More Related Content

Similar to artificial intelligence.pptx

MACHINE LEARNING-LEARNING RULE
MACHINE LEARNING-LEARNING RULEMACHINE LEARNING-LEARNING RULE
MACHINE LEARNING-LEARNING RULE
DrBindhuM
 
Learning Agents by Prof G. Tecuci
Learning Agents by Prof G. TecuciLearning Agents by Prof G. Tecuci
Learning Agents by Prof G. Tecucibutest
 
Learning Agents by Prof G. Tecuci
Learning Agents by Prof G. TecuciLearning Agents by Prof G. Tecuci
Learning Agents by Prof G. Tecucibutest
 
Machine Learning
Machine LearningMachine Learning
Machine Learningbutest
 
Net set logical reasoning - Critical Thinking
Net set logical reasoning - Critical Thinking  Net set logical reasoning - Critical Thinking
Net set logical reasoning - Critical Thinking
amitkuls
 
Bloom taxonomy dr shafqat ali
Bloom taxonomy  dr shafqat aliBloom taxonomy  dr shafqat ali
Bloom taxonomy dr shafqat ali
Amina Tariq
 
GDSC SSN - solution Challenge : Fundamentals of Decision Making
GDSC SSN - solution Challenge : Fundamentals of Decision MakingGDSC SSN - solution Challenge : Fundamentals of Decision Making
GDSC SSN - solution Challenge : Fundamentals of Decision Making
GDSCSSN
 
Learning sets of rules, Sequential Learning Algorithm,FOIL
Learning sets of rules, Sequential Learning Algorithm,FOILLearning sets of rules, Sequential Learning Algorithm,FOIL
Learning sets of rules, Sequential Learning Algorithm,FOIL
Pavithra Thippanaik
 
ML02.ppt
ML02.pptML02.ppt
ML02.ppt
ssuserec53e73
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learningbutest
 
Introduction to prolog
Introduction to prologIntroduction to prolog
Introduction to prolog
Rakhi Sinha
 
Fasttext 20170720 yjy
Fasttext 20170720 yjyFasttext 20170720 yjy
Fasttext 20170720 yjy
재연 윤
 
Generalization abstraction
Generalization abstractionGeneralization abstraction
Generalization abstraction
Edward Blurock
 
Supervised Corpus-based Methods for Word Sense Disambiguation
Supervised Corpus-based Methods for Word Sense DisambiguationSupervised Corpus-based Methods for Word Sense Disambiguation
Supervised Corpus-based Methods for Word Sense Disambiguationbutest
 
Cs229 notes4
Cs229 notes4Cs229 notes4
Cs229 notes4
VuTran231
 
LECTURE8.PPT
LECTURE8.PPTLECTURE8.PPT
LECTURE8.PPTbutest
 

Similar to artificial intelligence.pptx (20)

MACHINE LEARNING-LEARNING RULE
MACHINE LEARNING-LEARNING RULEMACHINE LEARNING-LEARNING RULE
MACHINE LEARNING-LEARNING RULE
 
Learning Agents by Prof G. Tecuci
Learning Agents by Prof G. TecuciLearning Agents by Prof G. Tecuci
Learning Agents by Prof G. Tecuci
 
Learning Agents by Prof G. Tecuci
Learning Agents by Prof G. TecuciLearning Agents by Prof G. Tecuci
Learning Agents by Prof G. Tecuci
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Net set logical reasoning - Critical Thinking
Net set logical reasoning - Critical Thinking  Net set logical reasoning - Critical Thinking
Net set logical reasoning - Critical Thinking
 
Learning
LearningLearning
Learning
 
Bloom taxonomy dr shafqat ali
Bloom taxonomy  dr shafqat aliBloom taxonomy  dr shafqat ali
Bloom taxonomy dr shafqat ali
 
.ppt
.ppt.ppt
.ppt
 
GDSC SSN - solution Challenge : Fundamentals of Decision Making
GDSC SSN - solution Challenge : Fundamentals of Decision MakingGDSC SSN - solution Challenge : Fundamentals of Decision Making
GDSC SSN - solution Challenge : Fundamentals of Decision Making
 
ppt
pptppt
ppt
 
Learning sets of rules, Sequential Learning Algorithm,FOIL
Learning sets of rules, Sequential Learning Algorithm,FOILLearning sets of rules, Sequential Learning Algorithm,FOIL
Learning sets of rules, Sequential Learning Algorithm,FOIL
 
ML02.ppt
ML02.pptML02.ppt
ML02.ppt
 
WritingGuidance
WritingGuidanceWritingGuidance
WritingGuidance
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
 
Introduction to prolog
Introduction to prologIntroduction to prolog
Introduction to prolog
 
Fasttext 20170720 yjy
Fasttext 20170720 yjyFasttext 20170720 yjy
Fasttext 20170720 yjy
 
Generalization abstraction
Generalization abstractionGeneralization abstraction
Generalization abstraction
 
Supervised Corpus-based Methods for Word Sense Disambiguation
Supervised Corpus-based Methods for Word Sense DisambiguationSupervised Corpus-based Methods for Word Sense Disambiguation
Supervised Corpus-based Methods for Word Sense Disambiguation
 
Cs229 notes4
Cs229 notes4Cs229 notes4
Cs229 notes4
 
LECTURE8.PPT
LECTURE8.PPTLECTURE8.PPT
LECTURE8.PPT
 

More from SabthamiS1

women%20empowerment11.pptx
women%20empowerment11.pptxwomen%20empowerment11.pptx
women%20empowerment11.pptx
SabthamiS1
 
big data analytics.pptx
big data analytics.pptxbig data analytics.pptx
big data analytics.pptx
SabthamiS1
 
iot.pptx
iot.pptxiot.pptx
iot.pptx
SabthamiS1
 
dip.pptx
dip.pptxdip.pptx
dip.pptx
SabthamiS1
 
csc.pptx
csc.pptxcsc.pptx
csc.pptx
SabthamiS1
 
python.pptx
python.pptxpython.pptx
python.pptx
SabthamiS1
 
Data minig.pptx
Data minig.pptxData minig.pptx
Data minig.pptx
SabthamiS1
 
distributed computing.pptx
distributed computing.pptxdistributed computing.pptx
distributed computing.pptx
SabthamiS1
 
Network and internet security
Network and internet security Network and internet security
Network and internet security
SabthamiS1
 
Java
Java Java
Java
SabthamiS1
 
Advance computer architecture
Advance computer architecture Advance computer architecture
Advance computer architecture
SabthamiS1
 
Data structure and algorithm
Data structure and algorithmData structure and algorithm
Data structure and algorithm
SabthamiS1
 

More from SabthamiS1 (12)

women%20empowerment11.pptx
women%20empowerment11.pptxwomen%20empowerment11.pptx
women%20empowerment11.pptx
 
big data analytics.pptx
big data analytics.pptxbig data analytics.pptx
big data analytics.pptx
 
iot.pptx
iot.pptxiot.pptx
iot.pptx
 
dip.pptx
dip.pptxdip.pptx
dip.pptx
 
csc.pptx
csc.pptxcsc.pptx
csc.pptx
 
python.pptx
python.pptxpython.pptx
python.pptx
 
Data minig.pptx
Data minig.pptxData minig.pptx
Data minig.pptx
 
distributed computing.pptx
distributed computing.pptxdistributed computing.pptx
distributed computing.pptx
 
Network and internet security
Network and internet security Network and internet security
Network and internet security
 
Java
Java Java
Java
 
Advance computer architecture
Advance computer architecture Advance computer architecture
Advance computer architecture
 
Data structure and algorithm
Data structure and algorithmData structure and algorithm
Data structure and algorithm
 

Recently uploaded

Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 

Recently uploaded (20)

Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 

artificial intelligence.pptx

  • 1. DEPARTMENT OF CS &IT KNOWLEDGE IN LEARNING PRESENTED BY: S.SABTHAMI I.MSC(IT) Nadar saraswathi college of arts and science
  • 2. A logical formulation of learning  What’re Goal and Hypotheses  Goal predicate Q - WillWait  Learning is to find an equivalent logical expression we can classify examples  Each hypothesis proposes such an expression - a candidate definition of Q  r WillWait(r) Pat(r,Some)  Pat(r,Full) Hungry(r)Type(r,French) 
  • 3. A logical formulation of learning  Hypothesis space is the set of all hypotheses the learning algorithm is designed to entertain.  One of the hypotheses is correct: H1 V H2 V…V Hn  Each Hi predicts a certain set of examples - the extension of the goal predicate.  Two hypotheses with different extensions are logically inconsistent with each other, otherwise, they are logically equivalent.
  • 4. Examples  An example is an object of some logical description to which the goal concept may or may not apply.  Alt(X1)^!Bar(X1)^!Fri/Sat(X1)^…  Ideally, we want to find a hypothesis that agrees with all the examples.  The relation between f and h are: ++, --, +- (false negative), -+ (false positive). If the last two occur, example I and h are logically inconsistent.
  • 5. Current-best hypothesis search  Maintain a single hypothesis  Adjust it as new examples arrive to maintain consistency Generalization Specialization
  • 6. Example of WillWait  Problems: nondeterministic, no guarantee for simplest and correct h, need backtrack
  • 7. Least-commitment search  Keeping only one h as its best guess is the problem -> Can we keep as many as possible?  Version space (candidate elimination) Algorithm  incremental  least-commitment
  • 8. Least-commitment search  From intervals to boundary sets  G-set and S-set  S0 – the most specific set contains nothing <0,0,…,0>  G0 – the most general set covers everything <?,?,…,?>  Everything between is guaranteed to be consistent with examples.  VS tries to generalize S0 and specialize G0 incrementally
  • 9. Version space  Generalization and specialization  find d-sets that contain only true/+, and true/-;  Sj can only be generalized and Gj can only be specialized  False positive for Si, too general, discard it  False negative for Si, too specific, generalize it minimally  False positive for Gi, too general, specialize it minimally  False negative for Gi, too specific, discard it
  • 10. Version space  When to stop  One concept left (Si = Gi)  The version space collapses (G is more special than S, or..)  Run out of examples  An example with 4 instances from Tom Mitchell’s book  One major problem: can’t handle noise
  • 11. Using prior knowledge  For DT and logical description learning, we assume no prior knowledge  We do have some prior knowledge, so how can we use it?  We need a logical formulation as opposed to the function learning.
  • 12. Inductive learning in the logical setting  The objective is to find a hypothesis that explains the classifications of the examples, given their descriptions. Hypothesis ^ Description |= Classifications  Hypothesis is unknown, explains the observations  Descriptions - the conjunction of all the example descriptions  Classifications - the conjunction of all the example classifications  Knowledge free learning  Decision trees  Description = Classifications
  • 13. A procecumulative learning ss  Observations, K-based learning, Hypotheses, and prior knowledge  The new approach is to design agents that already know something and are trying to learn some more.  Intuitively, this should be faster and better than without using knowledge, assuming what’s known is always correct.
  • 14. Some examples of using knowledge  One can leap to general conclusions after only one observation.  Your such experience?  Traveling to Brazil: Language and name  A pharmacologically ignorant but diagnostically sophisticated medical student …
  • 15. Some general schemes  Explanation-based learning (EBL)  Hypothesis^Description |= Classifications  Background |= Hypothesis  doesn’t learn anything factually new from instance  Relevance-based learning (RBL)  Hypothesis^Descriptions |= Classifications  Background^Descrip’s^Class |= Hypothesis  deductive in nature  Knowledge-based inductive learning (KBIL)  Background^Hypothesis^Descrip’s |= Classifications
  • 16. Inductive logical programming (ILP)  ILP can formulate hypotheses in general first-order logic  Others like DT are more restricted languages  Prior knowledge is used to reduce the complexity of learning:  prior knowledge further reduces the H space  prior knowledge helps find the shorter H  Again, assuming prior knowledge is correct
  • 17. Explanation-based learning  A method to extract general rules from individual observations  The goal is to solve a similar problem faster next time.  Memoization - speed up by saving results and avoiding solving a problem from scratch  EBL does it one step further - from observations to rules
  • 18. Basic EBL  Given an example, construct a proof tree using the background knowledge  In parallel, construct a generalized proof tree for the variabilized goal  Construct a new rule (leaves => the root)  Drop any conditions that are true regardless of the variables in the goal
  • 19. Efficiency of EBL  Choosing a general rule  too many rules -> slow inference  aim for gain - significant increase in speed  as general as possible  Operationality - A subgoal is operational means it is easy to solve  Trade-off between Operationality and Generality  Empirical analysis of efficiency in EBL
  • 20. Learning using relevant information  Prior knowledge: People in a country usually speak the same language Nat(x,n) ^Nat(y,n)^Lang(x,l)=>Lang(y,l)  Observation: Given nationality, language is fully determined  Given Fernando is Brazilian & speaks Portuguese Nat(Fernando,B) ^ Lang(Fernando,P)  We can logically conclude Nat(y,B) => Lang(y,P)
  • 21. Functional dependencies  We have seen a form of relevance: determination - language (Portuguese) is a function of nationality (Brazil)  Determination is really a relationship between the predicates  The corresponding generalization follows logically from the determinations and descriptions.
  • 22. Functional dependencies  Determinations specify a sufficient basis vocabulary from which to construct hypotheses concerning the target predicate.  A reduction in the H space size should make it easier to learn the target predicate