Changes

MyWikiBiz, Author Your Legacy — Tuesday April 30, 2024
Jump to navigationJump to search
Line 8: Line 8:  
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 4|Part 4]]
 
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 4|Part 4]]
 
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 5|Part 5]]
 
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 5|Part 5]]
 +
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 6|Part 6]]
 +
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 7|Part 7]]
 +
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 8|Part 8]]
 
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Appendices|Appendices]]
 
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Appendices|Appendices]]
 
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : References|References]]
 
• [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : References|References]]
Line 232: Line 235:  
<p>Tell me where is fancy bred,<br>
 
<p>Tell me where is fancy bred,<br>
 
Or in the heart, or in the head?<br>
 
Or in the heart, or in the head?<br>
How begot, how nourished?<br>
+
How begot, how nourishèd?<br>
 
&hellip;<br>
 
&hellip;<br>
 
It is engendered in the eyes,<br>
 
It is engendered in the eyes,<br>
Line 508: Line 511:  
=====4.3.4.1. Learning=====
 
=====4.3.4.1. Learning=====
   −
<pre>
+
Rules in a knowledge base, as far as their effective content goes, can be obtained by any mode of inference.  For example, consider a proposition like the following:
Rules in a knowledge base, as far as their effective content goes, can be obtained by any mode of inference.  For example, a rule like
     −
B => A, "just Before it rains, the Air is cool",
+
{| align="center" cellpadding="0" cellspacing="0" width="90%"
 +
| width="20%" | <math>B \Rightarrow A,</math>
 +
| width="60%" | "just Before it rains, the Air is cool".
 +
| width="20%" | &nbsp;
 +
|}
   −
is usually induced from a consideration of many past events, as follows.
+
Such a proposition is usually induced from a consideration of many past events, as follows.
   −
C => B, "in Certain events, it is just Before it rains". (Case)
+
{| align="center" cellpadding="0" cellspacing="0" width="90%"
 
+
| width="20%" | <math>C \Rightarrow B,</math>
C => A, "in Certain events, the Air is cool". (Fact)
+
| width="60%" | "in Certain events, it is just Before it rains".
 
+
| width="20%" | (Case)
B => A, "just Before it rains, the Air is cool". (Rule)
+
|-
 +
| <math>C \Rightarrow A,</math>
 +
| "in Certain events, the Air is cool".
 +
| (Fact)
 +
|-
 +
| <math>B \Rightarrow A,</math>
 +
| "just Before it rains, the Air is cool".
 +
| (Rule)
 +
|}
    
However, the same proposition could also be abduced as an explanation of a singular occurrence or deduced as a conclusion of a prior theory.
 
However, the same proposition could also be abduced as an explanation of a singular occurrence or deduced as a conclusion of a prior theory.
</pre>
      
=====4.3.4.2. Transfer=====
 
=====4.3.4.2. Transfer=====
   −
<pre>
+
What really gives a distinctively inductive character to the acquisition of a knowledge base is the "analogy of experience" that underlies its useful application.  Whenever we find ourselves prefacing an argument with the phrase, &ldquo;If past experience is any guide&nbsp;&hellip;&nbsp;&rdquo; we can be sure this principle has come into play.  We are invoking an analogy between past experience, considered as a totality, and present experience, considered as a point of application.  What we mean in practice is this:  &ldquo;If past experience is a fair sample of possible experience, then the knowledge gained in it applies to present experience.&rdquo; This is the mechanism that allows a knowledge base to be carried across gulfs of experience that are indifferent to the effective contents of its rules.
What really gives a distinctively inductive character to the acquisition of a knowledge base is the "analogy of experience" that underlies its useful application.  Whenever we find ourselves prefacing an argument with the phrase "If past experience is any guide ... " we can be sure this principle has come into play.  We are invoking an analogy between past experience, considered as a totality, and present experience, considered as a point of application.  What we mean in practice is this:  "If past experience is a fair sample of possible experience, then the knowledge gained in it applies to present experience." This is the mechanism that allows a knowledge base to be carried across gulfs of experience that are indifferent to the effective contents of its rules.
     −
Here are the details of how this works out in the "Rainy Day" example.  Let us consider a fragment K of the reasoner's knowledge base that is logically equivalent to the conjunction of two rules.
+
Here are the details of how this works out in the ''Rainy Day'' example.  Let us consider a fragment <math>K\!</math> of the reasoner's knowledge base that is logically equivalent to the conjunction of two rules.
   −
K (B => A) and (B => D).
+
{| align="center" cellpadding="0" cellspacing="0" width="90%"
 +
| <math>K \Leftrightarrow (B \Rightarrow A) \land (B \Rightarrow D).</math>
 +
|}
   −
It is convenient to have the option of expressing all logical statements in terms of their models, that is, in terms of the primitive circumstances or the elements of experience over which they hold true.  Let C be a chosen set of experiences, or the circumstances we have in mind when we refer to "past experience".  Let C+ be a collective set of experiences, or the projective total of possible circumstances.  Let C be a current experience, or the circumstances present to the reasoner.  If we think of the knowledge base K as referring to the "regime of experience" over which it is valid, then all of these sets of models can be compared by simple relations of set inclusion or logical implication.
+
It is convenient to have the option of expressing all logical statements in terms of their models, that is, in terms of the primitive circumstances or the elements of experience over which they hold true.  Let <math>C^-\!</math> be a chosen set of experiences, or the circumstances we have in mind when we refer to "past experience".  Let <math>C^+\!</math> be a collective set of experiences, or the projective total of possible circumstances.  Let <math>C\!</math> be a current experience, or the circumstances present to the reasoner.  If we think of the knowledge base <math>K\!</math> as referring to the "regime of experience" over which it is valid, then all of these sets of models can be compared by simple relations of set inclusion or logical implication.
   −
In these terms, the "analogy of experience" proceeds by inducing a Rule about the validity of a current knowlege base and then deducing its applicability to a current experience.
+
In these terms, the "analogy of experience" proceeds by inducing a Rule about the validity of a current knowledge base and then deducing its applicability to a current experience.
   −
C- => C+, "Chosen events fairly sample Collective events". (Case)
+
{| align="center" cellpadding="0" cellspacing="0" width="90%"
 
+
| width="20%" | <math>C^- \Rightarrow C^+,</math>
C- => K, "Chosen events support the Knowledge regime". (Fact)
+
| width="60%" | "Chosen events fairly sample Collective events".
 
+
| width="20%" | (Case)
C+ => K, "Collective events support the Knowledge regime". (Rule)
+
|-
 
+
| <math>C^- \Rightarrow K,</math>
C => C+, "Current events fairly sample Collective events". (Case)
+
| "Chosen events support the Knowledge regime".
 
+
| (Fact)
C => K, "Current events support the Knowledge regime". (Fact)
+
|-
</pre>
+
| <math>C^+ \Rightarrow K,</math>
 +
| "Collective events support the Knowledge regime".
 +
| (Rule)
 +
|-
 +
| <math>C \Rightarrow C^+,</math>
 +
| "Current events fairly sample Collective events".
 +
| (Case)
 +
|-
 +
| <math>C \Rightarrow K,</math>
 +
| "Collective events support the Knowledge regime".
 +
| (Fact)
 +
|}
    
=====4.3.4.3. Testing=====
 
=====4.3.4.3. Testing=====
   −
<pre>
   
If the observer looks up and does not see dark clouds, or if he runs for shelter but it does not rain, then there is fresh occasion to question the validity of his knowledge base.
 
If the observer looks up and does not see dark clouds, or if he runs for shelter but it does not rain, then there is fresh occasion to question the validity of his knowledge base.
</pre>
      
====4.3.5. The Stages of Inquiry====
 
====4.3.5. The Stages of Inquiry====
Line 564: Line 587:  
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 4|Part 4]]
 
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 4|Part 4]]
 
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 5|Part 5]]
 
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 5|Part 5]]
 +
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 6|Part 6]]
 +
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 7|Part 7]]
 +
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Part 8|Part 8]]
 
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Appendices|Appendices]]
 
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : Appendices|Appendices]]
 
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : References|References]]
 
&bull; [[Directory:Jon Awbrey/Papers/Inquiry Driven Systems : References|References]]
Line 570: Line 596:  
</div>
 
</div>
 
----
 
----
  −
<br><sharethis />
      
[[Category:Artificial Intelligence]]
 
[[Category:Artificial Intelligence]]
12,080

edits

Navigation menu