<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for mentifex</title>
    <link>http://www.advogato.org/person/mentifex/</link>
    <description>Advogato blog for mentifex</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Fri, 10 Feb 2012 18:03:54 GMT</pubDate>
    <item>
      <pubDate>Sun, 5 Feb 2012 04:28:14 GMT</pubDate>
      <title>5 Feb 2012</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=86</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=86</guid>
      <description>&lt;b&gt;Artificial Intelligence in Russian&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fri.3.FEB.2012 -- Recognizing Inflections&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;For the Russian-thinking &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Dushka&lt;/a&gt; AI Mind, we have perhaps stumbled upon a way to avoid the hard-coding of noun paradigms and instead to let the Russian AI learn the inflected endings of Russian nouns from its own experience. For example, right now the Russian artificial intelligence (RuAi) fails to recognize the Psi concept #501 &amp;#1041;&amp;#1054;&amp;#1043; in the following exchange. &lt;br /&gt;&lt;br/&gt;
Human: &amp;#1103; &amp;#1091;&amp;#1074;&amp;#1072;&amp;#1078;&amp;#1072;&amp;#1102;  &amp;#1073;&amp;#1086;&amp;#1075;&amp;#1072;  ("I honor God.") &lt;br/&gt;
Robot: &amp;#1058;&amp;#1067;  &amp;#1059;&amp;#1042;&amp;#1040;&amp;#1046;&amp;#1040;&amp;#1045;&amp;#1064;&amp;#1068;  &amp;#1041;&amp;#1054;&amp;#1043;&amp;#1040;  ("You honor God.") &lt;br/&gt;
&lt;br/&gt;
Robot: &amp;#1063;&amp;#1058;&amp;#1054;   &amp;#1041;&amp;#1054;&amp;#1043;&amp;#1040;  &amp;#1058;&amp;#1040;&amp;#1050;&amp;#1054;&amp;#1045;  ("What is God?") &lt;br/&gt;
&lt;br/&gt;
The diagnostic display reveals that the software has almost recognized the word for God. &lt;br /&gt;&lt;blockquote&gt;559. &amp;#1041; 0 * 1 1 0 &lt;br/&gt;
560. &amp;#1054; 0 * 0 1 0 &lt;br/&gt;
561. &amp;#1043; 0 * 0 1 501 &lt;br/&gt;
562. &amp;#1040; 0 * 0 0 902 &lt;/blockquote&gt;Aha! Suddenly it becomes clear that two things are happening. The Psi concept #501 is indeed being recognized at first, but perhaps the provisional-recognition "prc" variable is not being set, and so &lt;a href="http://code.google.com/p/mindforth/wiki/AudInput" &gt;AudInput&lt;/a&gt; calls &lt;a href="http://code.google.com/p/mindforth/wiki/NewConcept" &gt;NewConcept&lt;/a&gt; as if the AI were learning a new word instead of recognizing an old word. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Sat.4.FEB.2012 -- Learning Russian Like a Human Child&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Now in a very rough way we have trapped for "zad1" in the &lt;a href="http://code.google.com/p/mindforth/wiki/AudRecog" &gt;AudRecog&lt;/a&gt; module so as to recognize a noun (&amp;#1041;&amp;#1054;&amp;#1043;&amp;#1040; ) with one character of inflection added onto it. Because the noun was indeed recognized, the &lt;a href="http://code.google.com/p/mindforth/wiki/InStantiate" &gt;InStantiate&lt;/a&gt; "seqneed" mechanism tagged the noun in the "ruLexicon" with a "dba" of "4" to indicate a direct-object accusative case. In other words, the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Russian AI&lt;/a&gt; learned a new noun-form as a human child would learn it, that is, from the speech patterns of another speaker of Russian. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 2 Feb 2012 03:02:26 GMT</pubDate>
      <title>2 Feb 2012</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=85</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=85</guid>
      <description>&lt;b&gt;Artificial Intelligence in Russian&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Tues.31.JAN.2012 -- Generating and Recognizing Verbs&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;In our &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Dushka Russian AI&lt;/a&gt; we have the problem that new verb-forms generated on the fly by the VerbGen module are not being recognized and tagged with critical parameters as they settle into auditory memory. However, it looks as though a verb does get recognized if the "audpsi" tags for the verb in auditory memory extend far back enough to cover the stem of the verb. Therefore, instead of devising ways to bypass the operation of &lt;a href="http://code.google.com/p/mindforth/wiki/ReEntry" &gt;ReEntry&lt;/a&gt; calling &lt;a href="http://code.google.com/p/mindforth/wiki/AudMem" &gt;AudMem&lt;/a&gt;, calling &lt;a href="http://code.google.com/p/mindforth/wiki/AudRecog" &gt;AudRecog&lt;/a&gt;, we should perhaps instead implement a "backfill" of any verb generated in the VerbGen module to let the "audpsi" tags extend back to the last "pho(neme)" of the verb-stem. Then the "provisional recall" mechanism in &lt;a href="http://code.google.com/p/mindforth/wiki/AudRecog" &gt;AudRecog&lt;/a&gt; ought to recognize the verb-form generated by the VerbGen module.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;We created a "vip" variable to hold the value of "motjuste" when &lt;a href="http://code.google.com/p/mindforth/wiki/VerbPhrase" &gt;VerbPhrase&lt;/a&gt; calls VerbGen and to transfer the known concept-number of the verb, near the end of the stem in VerbGen, into the provisional "prc" variable for &lt;a href="http://code.google.com/p/mindforth/wiki/AudRecog" &gt;AudRecog&lt;/a&gt;. In this way, we got the AI internally to recognize and record verb-forms generated internally by the VerbGen module. However, to get the AI to call the correct verb-forms, we had to modify some recent &lt;a href="http://code.google.com/p/mindforth/wiki/OldConcept" &gt;OldConcept&lt;/a&gt; code for deciding what "dba" value to store with a lexical item. Now we have a problem with tagging the "dba" of a simple word like  &amp;#1052;&amp;#1045;&amp;#1053;&amp;#1071; when it comes in. &lt;br &gt;&lt;/p&gt;&lt;p&gt;We can not rely on the form of &amp;#1052;&amp;#1045;&amp;#1053;&amp;#1071; to tell us its "dba" because it could be genitive or accusative. We need to extract clues from the incoming sentence in  order to assign the proper "dba" during the storage of  &amp;#1052;&amp;#1045;&amp;#1053;&amp;#1071;. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Wed.1.FEB.2012 -- Tagging Engrams with Parameters&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;We can perhaps rely on the "seqneed" mechanism of &lt;a href="http://code.google.com/p/mindforth/wiki/InStantiate" &gt;InStantiate&lt;/a&gt; to provide the "dba" parameter for a noun or pronoun entering the mind as user input. (Perhaps the "seqneed" variable should change to a "seqseek" variable for greater clarity.) We may be able to strengthen the use of "seqneed" by adding a kind of "pass-over" when a preposition is encountered, so that the software continues to look for a direct-object noun when a preposition-plus-noun combination is detected and skipped. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Where the &lt;a href="http://code.google.com/p/mindforth/wiki/InStantiate" &gt;InStantiate&lt;/a&gt; module tests for a "seqneed" of "5" and encounters a satisfying noun or pronoun to become a "seq" for the verb, we make the assumption that the time "t" identifies the temporal location of the noun or pronoun in both the Psi array and the "ruLexicon" array. We insert two lines of code to first "examine" the Russian lexical array and then to substitute a numeric "4" for the "ru4" flag of the "dba" value. Since the noun or pronoun is going to be the "seq" of the verb, that same noun or pronoun warrants a "dba" of "4" as a direct object that should be in the accusative case. However, we may need to make other arrangements if the verb is intransitive and the noun must be in the nominative as a predicate nominative. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Tue, 31 Jan 2012 01:31:49 GMT</pubDate>
      <title>31 Jan 2012</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=84</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=84</guid>
      <description>&lt;b&gt;Artificial Intelligence in Russian&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;1. &lt;b&gt;Sun.29.JAN.2012 -- Verbs Without Direct Objects&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;Today in the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Dushka Russian AI&lt;/a&gt; we begin to address a problem that occurs also in our &lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;English AI Mind&lt;/a&gt;. Sometimes a verb does not need an object, but the AI needlessly says "&amp;#1054;&amp;#1064;&amp;#1048;&amp;#1041;&amp;#1050;&amp;#1040;"  for "ERROR" after the verb. We need to make it possible for a verb to be used by itself, without either a direct object or a predicate nominative. One way to achieve this goal might be to use the &lt;a href="http://code.google.com/p/mindforth/wiki/var#jux" &gt;&lt;i&gt;jux&lt;/i&gt;&lt;/a&gt; flag in the Psi conceptual array to set a flag indicating that the particular instance of the verb needs no object. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;We have previously used the "jux" flag mainly to indicate the negation of a verb. If we also use "jux" with a special number to indicate that no object is required, we may have a problem when we wish to indicate both that a verb is negated and that it does not need an object, as in English if we were to say, "He does not play." &lt;br /&gt;&lt;/p&gt;&lt;p&gt;One way to get double duty out of the "jux" flag might be to continue using it for negation by inserting the English or Russian concept-number for "NOT" as the value in the "jux" slot, but to make the same value negative to indicate that the verb shall both be negated and shall lack an object, as in, "He does not resemble...." &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;During user input, we could have a default "jux" setting of minus-one ("-1") that would almost always get an override as soon as a noun or pronoun comes in to be the direct object or the predicate nominative. If the user enters a sentence like "He swims daily" without a direct object, the "jux" flag would remain at minus-one and the idea would be archived as not needing a direct object. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;2. &lt;b&gt;Sun.29.JAN.2012 -- Using Parameters to Find Objects&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;While we work further on the problem of verbs without objects, we should implement the use of parameters in object-selection. First we have a problem where the AI assigns activation-levels to a three-word input in ascending order: 23 28 26. These levels cause the problem that the AI turns the direct object into a subject, typically with an erroneous sentence as a result. &lt;br/&gt;
In RuParser, let us see what happens when we comment out a line of code that pays attention to the "ordo" word-ordervariable. Hmm, we get an even more pronounced separation: 20 25 30. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here we have a sudden idea: We may need to run incoming pronouns through the AudBuffer and the OutBuffer in order unequivocally to assign "dba" tags to them. When we were using separate "audpsi" concept-numbers to recognize different forms of the same pronoun, the software could pinpoint the case of a form. We no longer want different concept-numbers for the same pronoun, because we want parameters like "dba" and "snu" to be able to retrieve correct forms as needed. Using the OutBuffer might give us back the unmistakeable recognition of pronoun forms, but it might also slow down the AI program. &lt;/p&gt;&lt;p&gt;Before we got the idea about using OutBuffer for incoming pronouns, in the &lt;a href="http://code.google.com/p/mindforth/wiki/OldConcept" &gt;OldConcept&lt;/a&gt; module we were having some success in testing for "seqneed" and "pos" to set the "dba" at "4=acc" for incoming direct objects. Then we rather riskily tried setting a default "dba" of one for "1=nom" in the same place, so that other tests could change the "dba" as needed. However, we may obtain greater accuracy if we use the OutBuffer. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;3. &lt;b&gt;Mon.30.JAN.2012 -- Removing Engram-Gaps From Verbs&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;Yesterday in the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Russian AI&lt;/a&gt; we experimented rather drastically with using the "ordo" counter to cause words of input to receive levels of activation on a descending slope, so that the AI would be inclined to generate a sentence of response starting with the same subject as the input. We discovered that the original &lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;JavaScript AI&lt;/a&gt; in English was not properly keeping track of the "ordo" values, so we made the simple but drastic change of incrementing "ordo" only within &lt;a href="http://code.google.com/p/mindforth/wiki/OldConcept" &gt;OldConcept&lt;/a&gt; and &lt;a href="http://code.google.com/p/mindforth/wiki/NewConcept" &gt;NewConcept&lt;/a&gt;, both of which are modules where an incoming word must go through the one or the other. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Today we have sidetracked into correcting a problem in the VerbGen module. After input with a fictitious verb, VerbGen was generating a different form of the made-up verb in response, but calls to &lt;a href="http://code.google.com/p/mindforth/wiki/ReEntry" &gt;ReEntry&lt;/a&gt; were inserting blank aud-engrams between the verb-stem and the new inflection in the auditory channel. By using &lt;i&gt;if (pho != "") ReEntry()&lt;/i&gt; to conditionalize the call to ReEntry for OutBuffer positions b14, b15 and b16, we made VerbGen stop inserting blank auditory engrams. However, there was still a problem, because the AI was making up a new form of the fictitious verb but not recognizing it or assigning a concept-number to it as part of the &lt;a href="http://code.google.com/p/mindforth/wiki/ReEntry" &gt;ReEntry&lt;/a&gt; process.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 27 Jan 2012 03:28:51 GMT</pubDate>
      <title>27 Jan 2012</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=83</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=83</guid>
      <description>&lt;b&gt;Artificial Intelligence in Russian&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Thurs.26.JAN.2012 -- Insufficient Activation of Subjects&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The most glaring problem in the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Dushka Russian AI&lt;/a&gt; right now is that the AI does not fully activate the subject-pronoun when we type in a short sentence of subject, verb and object. Without a proper subject to provide parameters, the AI fails to select or generate a proper Russian verb-form. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;When we type in  "&amp;#1083;&amp;#1102;&amp;#1076;&amp;#1080; &amp;#1079;&amp;#1085;&amp;#1072;&amp;#1102;&amp;#1090;  &amp;#1085;&amp;#1072;&amp;#1089;" ("People know us"), as an answer we get  "&amp;#1042;&amp;#1040;&amp;#1052; &amp;#1047;&amp;#1053;&amp;#1040;&amp;#1070;&amp;#1058; &amp;#1058;&amp;#1045;&amp;#1041;&amp;#1071;" -- a mishmash of "to you" "they know" "you". In general, the AI seems to be taking the final object entered as input and trying to convert it into the subject for a response. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Thurs.26.JAN.2012 -- Using the "seqneed" Variable&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The Russian AI is not setting a Psi "seq" flag when we enter a Russian word as the subject of a following verb. When we inspect the recent 10nov11A.F &lt;a href="http://www.scn.org/~mentifex/mindforth.txt" &gt;MindForth code&lt;/a&gt; for clues, we discover that in October of 2011 we made major improvements to the method of assigning "seq" tags. We began using the "seqneed" variable as a way of holding off on assigning a "seq" until either the desired verb or the desired noun/pronoun made itself available. However, apparently in the &lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;English JavaScript AI&lt;/a&gt; we wrote the "seqneed" code only for needing nouns and not yet for needing a verb. No, we did write the code, but it involved avoiding the English auxiliary verb "do", so we accidentally removed the verb-seqneed code from the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;RuAi&lt;/a&gt;. Let us put most of the code back in, and see what happens. Upshot: Once we put the code back into &lt;a href="http://code.google.com/p/mindforth/wiki/InStantiate" &gt;InStantiate&lt;/a&gt;, subjects of verbs once again began having a "seq" reference to the verb. The AI even skipped an adverb that we then inserted as a test.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Sat, 31 Dec 2011 06:34:40 GMT</pubDate>
      <title>31 Dec 2011</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=82</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=82</guid>
      <description>&lt;b&gt;Artificial Intelligence in Russian&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fri.30.DEC.2011 -- Russian AI Bootstrap Words&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;In the ru111229.html version of the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Dushka&lt;/a&gt; Russian AI we coded the AudBuffer to load Russian characters during &lt;a href="http://code.google.com/p/mindforth/wiki/SpeechAct" &gt;SpeechAct&lt;/a&gt; and the OutBuffer to move each Russian word into a right-justified position subject to the changing of inflectional endings based on grammatical number and case for nouns, and number and person for verbs. Next we need to determine which forms of a Russian word are ideal for storage in the RuBoot bootstrap sequence. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;It seems clear that for feminine nouns like "ruka" for "hand", storage in the singular nominative should suffice, because other forms may be derived by using the OutBuffer to remove the nominative ending "-a" and to substitute oblique endings of any required length. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;For regular Russian verbs in the group containing "dumat'" for "think" and "dyelat'" for "do", it should be enough to store the infinitive form in the RuBoot module, because the OutBuffer can be used to create the various forms of the present tense. If a human user inputs such a verb in a non-infinitive form, such as in "ty cheetayesh" for "you read", the OutBuffer can still manipulate the forms without reference to an infinitive. This new ability is important for the learning of new verbs. Since there is no predicting in which form a user will input a new Russian verb, the OutBuffer technique must serve the purpose of creating the verb-forms and of tagging their engrams with the proper parameters of person and number. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Since &lt;a href="http://cyborg.blogspot.com/2009/08/javascript.html" &gt;JavaScript&lt;/a&gt; is not a main language for artificial intelligence in robots, our Dushka &lt;a href="http://www.gotai.net" &gt;Russian AI&lt;/a&gt; serves only as a proof-of-concept for how to construct a robot &lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;AI Mind&lt;/a&gt; in a more suitable language. We use &lt;a href="http://mind.sourceforge.net/js.html" &gt;JavaScript&lt;/a&gt; now because it can display the Russian and because a Netizen can call the AI into being simply by using Internet Explorer to click on the link of the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;&amp;#1044;&amp;#1091;&amp;#1096;&amp;#1082;&amp;#1072; AI Mind&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Wed, 28 Dec 2011 02:14:22 GMT</pubDate>
      <title>28 Dec 2011</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=81</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=81</guid>
      <description>&lt;b&gt;Russian AI Mind Journal&lt;/b&gt;&lt;p&gt;These notes record the coding of the Russian AI Mind &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Dushka&lt;/a&gt; &lt;br/&gt;
 in JavaScript for Microsoft Internet Explorer (MSIE).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Mon.26.DEC.2011 -- Creating the OutBuffer&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Today in the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Dushka Russian AI&lt;/a&gt; we will try to create the OutBuffer function to change the declensional ending of a Russian verb. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Tues.27.DEC.2011 -- Right-justifying &amp;#1047;&amp;#1053;&amp;#1040;&amp;#1070;&lt;/b&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Although we have created the OutBuffer module to permit the &lt;a href="http://code.google.com/p/mindforth/wiki/SpeechAct" &gt;SpeechAct&lt;/a&gt; module to hold a Russian verb right-justified in place for a change of inflectional endings on the fly, we are finding it difficult to obtain an "alert" report of the exact contents of the OutBuffer towards the end of a pass through SpeechAct. Into SpeechAct we put a diagnostic "alert" box, and then it appeared that OutBuffer was being called but no data were being revealed. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;By testing for the contents when four characters trigger an IF-clause, we have determined that the OutBuffer does indeed take a word from the PhoBuffer and display the word in a right-justifed position. We were able to toggle from English to Russian typing and input the Russian verb for "I know", which soon showed up in a right-justified location when the WhatBe module asked a question about the Russian word. Now we are ready to design code that will intercept a Russian verb being "spoken" and change its inflectional ending on the fly, a feat which we will consider to be a major advance in our creation of a &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Russian AI Mind&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 23 Dec 2011 05:44:16 GMT</pubDate>
      <title>23 Dec 2011</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=80</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=80</guid>
      <description>&lt;b&gt;JavaScript Russian AI Programming Journal&lt;/b&gt;&lt;br /&gt;&lt;p&gt;These notes record the coding of the Russian AI Mind &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Dushka&lt;/a&gt; in JavaScript for Microsoft Internet Explorer (MSIE). The free, open-source Russian AI will grow large enough to demonstrate a proof-of-concept in artificial intelligence, until the intensive computation of thinking and reasoning threatens to slow the MSIE Web browser down to a crawl. To evolve further, the Russian AI Mind must escape to more powerful programming languages on robots or supercomputers. &lt;br /&gt;&lt;/p&gt;&lt;b&gt;Thurs.22.DEC.2011 -- Selecting the Bootstrap Vocabulary &lt;/b&gt; &lt;br /&gt;&lt;p&gt;We would like soon to implement the diagnostic display so that we may observe the build-up of the innate Russian vocabulary. Therefore we copy the necessary code from the English &lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;AI Mind&lt;/a&gt; and we troubleshoot until suddenly we observe a diagnostic display. Now the way is clear for us to keep adding Russian words until we have enough innate concepts for the &lt;a href="http://www.scn.org/~mentifex/Dushka.html" &gt;Russian AI&lt;/a&gt; to demonstrate &lt;a href="http://mind.sourceforge.net/think.html" &gt;thinking&lt;/a&gt; in Russian.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 25 Sep 2011 16:39:52 GMT</pubDate>
      <title>25 Sep 2011</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=79</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=79</guid>
      <description>&lt;b&gt;JavaScript AI Mind Programming Journal&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt; Sun.25.SEP.2011 -- VisRecog Visual Recognition&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The JavaScript artificial intelligence (&lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;JSAI&lt;/a&gt;) from the &lt;a href="http://www.chatbots.org/book/ai4u/" &gt;&lt;i&gt;AI4U&lt;/i&gt;&lt;/a&gt; textbook has finally reached a stage where the free &lt;a href="http://code.google.com/p/mindforth" &gt;strong AI&lt;/a&gt; software may be embodied in a seeing robot. Although the JSAI as an &lt;a href="http://cyborg.blogspot.com/2011/01/aiapp.html" &gt;AiApp&lt;/a&gt; could see out through the camera of a smartphone, the &lt;a href="http://cyborg.blogspot.com/2009/08/javascript.html" &gt;JavaScript&lt;/a&gt; programming language is not suitable for controlling the &lt;a href="http://code.google.com/p/mindforth/wiki/MotorOutput" &gt;MotorOutput&lt;/a&gt; of a robot. The &lt;a href="http://doi.acm.org/10.1145/307824.307853" &gt;MindForth&lt;/a&gt; AI in the Forth programming language is capable of controlling a robot, but there is some question whether software packages such as Open Computer Vision (&lt;a href="http://opencv.willowgarage.com" &gt;OpenCV&lt;/a&gt;) can be ported into Forth so as to implement &lt;a href="http://groups.google.com/group/comp.lang.forth/msg/dbbdff992fe46e4b" &gt;VisRecog&lt;/a&gt;, or whether perhaps the computer vision tail should wag the AI software dog and either &lt;a href="http://www.scn.org/~mentifex/mindforth.txt" &gt;MindForth&lt;/a&gt; or the JavaScript &lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;AI Mind&lt;/a&gt; should be ported into one of the &lt;a href="http://en.wikipedia.com/wiki/OpenCV" &gt;OpenCV&lt;/a&gt; languages so as to accelerate the emergence of robotic True AI.&lt;/p&gt;&lt;b&gt;Sun.25.SEP.2011 -- Implementing VisRecog&lt;/b&gt;&lt;br /&gt;&lt;p&gt;In JavaScript we create only the stub of the &lt;a href="http://code.google.com/p/mindforth/wiki/VisRecog" &gt;VisRecog&lt;/a&gt; module, because we need to show where VisRecog belongs on the robot AI  &lt;a href="http://code.google.com/p/mindforth/wiki/MindGrid" &gt;MindGrid&lt;/a&gt; in case an enterprising &lt;a href="http://robots.net" &gt;robot-maker&lt;/a&gt; or a skilled &lt;a href="http://www.chatbots.org/ai_zone/viewthread/240/" &gt;AI mindmaker&lt;/a&gt; decides to take up the &lt;a href="http://en.wikipedia.org/wiki/Grand_Challenge" &gt;Grand Challenge&lt;/a&gt; of &lt;a href="http://en.wikipedia.org/wiki/Artificial_intelligence_systems_integration" &gt;integrating&lt;/a&gt; the &lt;a href="http://mind.sourceforge.net/think.html" &gt;thinking&lt;/a&gt; AI software with the &lt;a href="http://mind.sourceforge.net/visrecog.html" &gt;seeing&lt;/a&gt; robot hardware. So first we expand the English bootstrap &lt;a href="http://code.google.com/p/mindforth/wiki/EnBoot" &gt;EnBoot&lt;/a&gt; sequence of the JavaScript AI by adding in the English vocabulary words "SEE" and "NOTHING" as a verb to discuss robot vision and a noun or pronoun to serve as the default "nothing" that the stub of VisRecog can actually see. When VisRecog reaches a stage of development commensurate with OpenCV, we may expect the robot visual system to say things like "I see a bird" or "I see you".&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 10 Jun 2011 16:04:34 GMT</pubDate>
      <title>10 Jun 2011</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=78</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=78</guid>
      <description>&lt;b&gt;JavaScript AI Mind Programming Journal -- Fri.10.JUN.2011&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fri.10.JUN.2011 -- The AI Mind Needs MSIE.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;When we first started coding the &lt;a href="http://cyborg.blogspot.com/2009/08/javascript.html" &gt;JavaScript&lt;/a&gt; artificial intelligence (JSAI) back in anno 2000, we tried to make it cross-browser compatible, especially with Netscape Navigator. Unfortunately, as the artificial Mind quickly became extremely complex, we found that we could not maintain compatibility, and that it was too distracting to try. It was hard enough to code the AI in Microsoft &lt;a href="http://en.wikipedia.org/wiki/Internet_Explorer" &gt;Internet Explorer&lt;/a&gt; (MSIE), but at least MSIE gave us the functionality that the AI Mind needed.&lt;/p&gt;&lt;p&gt;Meanwhile the AI Mind has evolved in both &lt;a href="http://code.google.com/p/mindforth/wiki/JavaScript" &gt;jJavaScript&lt;/a&gt; and &lt;a href="http://prdownloads.sourceforge.net/win32forth/W32FOR42_671.zip?download" &gt;Win32Forth&lt;/a&gt;. Sometimes the JSAI was ahead of the Forth AI, and sometimes vice versa. In our efforts to get mental phenomena to work in either programming language, we sometimes veered apart in one language from our current algorithm in the other language. Now we are bringing the &lt;a href="http://www.scn.org/~mentifex/mindforth.txt" &gt;AI codebase&lt;/a&gt; back into as close a similarity as possible in both MSIE JavaScript and Win32Forth (plus 64-bit &lt;a href="http://store.kagi.com/cgi-bin/store.cgi?storeID=AMP_Live&amp;currency=USD" &gt;iForth&lt;/a&gt;). We may not offer cross-browser compatibility, but we are making our free AI source code more understandable by letting Netizens examine each mind-module in either &lt;a href="http://mind.sourceforge.net/forth.html" &gt;Forth&lt;/a&gt; or &lt;a href="http://www.everything2.com/title/JavaScript" &gt;JavaScript&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Fri.10.JUN.2011 -- Solving the AI Identity Crisis&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Today we have been running the AI Mind in both JavaScript and Forth so as to troubleshoot the inability of the JSAI to answer the input question "who are you" properly. The JSAI was responding "I HELP KIDS", which is an idea stored in the &lt;a href="http://en.wikipedia.org/wiki/Knowledge_base" &gt;knowledge base&lt;/a&gt; (KB) of the AI as it comes to life in either Forth or JavaScript. The input query is supposed to activate the concept of "BE" sufficiently to override the activation of the verb "HELP" that comes to mind when the Mind tries to say something about itself. We had to adjust the values in the JSAI &lt;a href="http://code.google.com/p/mindforth/wiki/NounAct" &gt;NounAct&lt;/a&gt; module slightly lower for the creation of a "spike" of spreading activation, so that the "BE" concept would win out over the "HELP" concept in the generation of a thought. We have removed the identity crisis of an AI that could describe itself in terms of doing but not being.&lt;/p&gt;&lt;p&gt;We gradually improve the AI Mind in JavaScript by identifying and combatting the most glaring bug or glitch that pops up when we summon the virtual entity into existence. Any Netizen using &lt;a href="http://en.wikipedia.org/wiki/Internet_Explorer" &gt;MSIE&lt;/a&gt; may simply click on a link to the &lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;AiMind&lt;/a&gt; program and watch the primitive creature start thinking and communicating. The AI would need a robot body and sensors to flesh out its concepts with knowledge of the real world, but we may approach the AI with a &lt;i&gt;Kritik der reinen Vernunft&lt;/i&gt; -- as a German philosopher once wrote about "The Critique of Pure Reason." We are building a machine intellect of pure, unfleshed-out reason, able to think with you and to discuss its thought with you. Our process of eliminating each glitch or bug when we notice it, means that the AI Mind has the chance to evolve in two ways. The first &lt;a href="http://code.google.com/p/mindforth/wiki/AiEvolution" &gt;AI evolution&lt;/a&gt; occurs in these initial offerings of the &lt;a href="http://www.scn.org/~mentifex/AiMind.html" &gt;AI software&lt;/a&gt; to our fellow AI enthusiasts. The second AI evolution occurs when the AI propagates to other habitats such as the &lt;a href="http://www.aimind-i.com" &gt;http://aimind-i.com&lt;/a&gt; website. If you are the CEO of a corporate entity, you had better ask around and find out who in your outfit is in charge of keeping up with AI evolution and how many &lt;a href="http://groups.google.com/group/comp.lang.forth/msg/5a5f081dcdd781c9" &gt;Forthcoders&lt;/a&gt; are in your employ.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <pubDate>Wed, 1 Jun 2011 22:15:24 GMT</pubDate>
      <title>1 Jun 2011</title>
      <link>http://www.advogato.org/person/mentifex/diary.html?start=77</link>
      <guid>http://www.advogato.org/person/mentifex/diary.html?start=77</guid>
      <description>The Forthcoder Diaries -- 2011 June 1&lt;br/&gt;
&lt;br/&gt;
Am 1. Juni 2011, Mittwoch Morgen in der Eigerwand. &lt;br/&gt;
Yesterday at KCLS/RB I decided to Google &lt;br/&gt;
"Larry Parr" and see what my old UW college &lt;br/&gt;
buddy was doing. It came back that two months &lt;br/&gt;
ago Larry had died. The shock has still not &lt;br/&gt;
worn off a day later. Larry Parr was one of &lt;br/&gt;
the first people I met in my first freshman &lt;br/&gt;
year at the University of Washington. &lt;br/&gt;
We were in Honors English together &lt;br/&gt;
in Balmer Hall just across the yard from &lt;br/&gt;
Denny Hall. Professor Elinor Yaggy had &lt;br/&gt;
us reading "A Passage to India" by &lt;br/&gt;
E. M. Forster. Before class Larry and I &lt;br/&gt;
had many a conversation in the sky-&lt;br/&gt;
bridge over to Mackenzie Hall. I had &lt;br/&gt;
very boring weekends, and I would marvel &lt;br/&gt;
at Larry's stories of his wild weekends. &lt;br/&gt;
&lt;br/&gt;
Three years later, during the &lt;br/&gt;
http://en.wikipedia.org/wiki/Summer_of_Love &lt;br/&gt;
Larry took me to a brand new coffee shop &lt;br/&gt;
autochthonously called "The Last Exit" on &lt;br/&gt;
Brooklyn Avenue. There Larry told me all &lt;br/&gt;
about Ayn Rand and the Objectivist &lt;br/&gt;
philosophy and "Atlas Shrugged" and &lt;br/&gt;
Governor Reagan of California. Larry was &lt;br/&gt;
young and he had the world by the tail &lt;br/&gt;
and he would go on to great things that &lt;br/&gt;
would make me brag about Larry Parr &lt;br/&gt;
to my chessbum father.&lt;br/&gt;
&lt;br/&gt;
Fast forward about ten years and I was &lt;br/&gt;
down in the bowels of the U.W. Suzallo &lt;br/&gt;
Library, using old microfilms of the &lt;br/&gt;
Seattle Times newspaper. For some &lt;br/&gt;
reason, Larry Parr was down there &lt;br/&gt;
looking at maps. We had both been &lt;br/&gt;
in the U.S. Army, and Larry told me &lt;br/&gt;
how he had served as a U.S. Army &lt;br/&gt;
spook in Germany listening to &lt;br/&gt;
Russian soldiers asking "Tam li? &lt;br/&gt;
Tam li?" over the radio.&lt;br/&gt;
&lt;br/&gt;
Years later I ran into Larry Parr at &lt;br/&gt;
the Last Exit and he told me he had &lt;br/&gt;
written a book about local Seattle &lt;br/&gt;
chess players. I asked Larry if the &lt;br/&gt;
book included my father, who was &lt;br/&gt;
once tied for chess champion of &lt;br/&gt;
Washington state. Larry assured me &lt;br/&gt;
that he had mentioned my father in &lt;br/&gt;
the book, but a the U Book Store I &lt;br/&gt;
could not find any mention of my &lt;br/&gt;
father in Larry's book.&lt;br/&gt;
&lt;br/&gt;
Another ten years later I was walking &lt;br/&gt;
around Green Lake in Seattle when &lt;br/&gt;
Larry accosted me and harangued me &lt;br/&gt;
about those "retromingent" evil-doers &lt;br/&gt;
he was always complaining about. &lt;br/&gt;
Larry told me that the authorities &lt;br/&gt;
had deported him from Malaysia &lt;br/&gt;
because of something he wrote as &lt;br/&gt;
a journalist. He was waiting for things &lt;br/&gt;
to cool down so that he could return to &lt;br/&gt;
Malaysia and be re-united with his wife. &lt;br/&gt;
&lt;br/&gt;
I often repeat to other people Larry's &lt;br/&gt;
favorite Bobby Fischer story. According &lt;br/&gt;
to Larry Parr, Bobby Fischer was playing &lt;br/&gt;
in a major chess tournament in the &lt;br/&gt;
Caribbean and the news media commentators &lt;br/&gt;
were reporting live that the world chess &lt;br/&gt;
champion Bobby Fischer had lost his edge &lt;br/&gt;
and had begun making a series of blunders &lt;br/&gt;
in the game going on. The commentators &lt;br/&gt;
were heaping derisive scorn on the has-been &lt;br/&gt;
Bobby Fischer whose series of moves looked &lt;br/&gt;
to the chess experts like utter folly.&lt;br/&gt;
Dis aliter visum.</description>
    </item>
  </channel>
</rss>

