Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > JavaScript AI Mind Programming Journal -- 2011 May 30

Reply
Thread Tools

JavaScript AI Mind Programming Journal -- 2011 May 30

 
 
Mentifex
Guest
Posts: n/a
 
      05-30-2011
Mon.30.MAY.2011 -- Searching the AI Knowledge Base.

The JavaScript artificial intelligence (JSAI) is now
being updated with new code from the MindForth AI,
which on 29 May 2011 gained the ability to search its
knowledge base (KB) twice in response to a single
query and provide different but valid answers by
means of the neural inhibition of the first answer
in order to arrive next at the second answer.
In other words, the JSAI will be able to discuss
a subject exhaustively in terms of what it knows
about the subject -- a major step in our
achievement of the MileStone of self-referential
thought on the RoadMap to artificial general
intelligence. The AI source code has not yet
been fine-tuned. We hope to achieve in
JavaScript the basic functionality that has
been created in MindForth.

Upshot: After we transferred mutatis mutandis
all the pertinent code from MindForth into the
http://www.scn.org/~mentifex/AiMind.html
program in JavaScript, the JSAI still did not
work right. We had to hunt down and fix
(by commenting out) some lines of obsolete
code in the SpreadAct mind-module,
where negative activation values were being
reset to zero -- to the detriment of inhibition-values,
which need to slowly PsiDecay upwards
towards zero. We then achieved JSAI
functionality on a par with MindForth.
We entered new knowledge into the
knowledge base (KB). We queried the KB
twice with the same question, and the artificial
AI Mind correctly gave us two different answers
in complete agreement with the knowledge base.

Mentifex (Arthur)
--
http://www.scn.org/~mentifex/AiMind.html
http://cyborg.blogspot.com/2011/05/may30jsai.html
http://code.google.com/p/mindforth/wiki/JsAiManual
http://groups.google.com/group/comp....bb7fb4b5e25674
 
Reply With Quote
 
 
 
 
Gildas
Guest
Posts: n/a
 
      06-02-2011
On May 30, 7:47*pm, Mentifex <menti...@myuw.net> wrote:
> Mon.30.MAY.2011 -- Searching the AI Knowledge Base.
> [...]
> Upshot: After we transferred mutatis mutandis
> all the pertinent code from MindForth into the
> http://www.scn.org/~mentifex/AiMind.html
> program in JavaScript, the JSAI still did not
> work right.


FYI, this page still does not work correctly with chrome.

Uncaught TypeError:
Object #<CSSStyleDeclaration> has no method 'setAttribute'
showSubjectAiMind.html:3296
SpreadActAiMind.html:563
NounActAiMind.html:673
NounPhraseAiMind.html:2807
EnCogAiMind.html:3198
ThInkAiMind.html:3258
MainLoopAiMind.html:3679


 
Reply With Quote
 
 
 
 
Lasse Reichstein Nielsen
Guest
Posts: n/a
 
      06-02-2011
Gildas <> writes:

> On May 30, 7:47*pm, Mentifex <menti...@myuw.net> wrote:
>> Mon.30.MAY.2011 -- Searching the AI Knowledge Base.
>> [...]
>> Upshot: After we transferred mutatis mutandis
>> all the pertinent code from MindForth into the
>> http://www.scn.org/~mentifex/AiMind.html
>> program in JavaScript, the JSAI still did not
>> work right.

>
> FYI, this page still does not work correctly with chrome.
>
> Uncaught TypeError:
> Object #<CSSStyleDeclaration> has no method 'setAttribute'
> showSubjectAiMind.html:3296
> SpreadActAiMind.html:563
> NounActAiMind.html:673
> NounPhraseAiMind.html:2807
> EnCogAiMind.html:3198
> ThInkAiMind.html:3258
> MainLoopAiMind.html:3679


Which is unsurprising, since a CSSStyleDeclaration isn't supposed
to have any setAttribute method.
It'll probably be better to use the setProperty method, or, preferably,
just write directly to the property name on the style object, i.e.,
foo.style.left = "10px";
instead of
foo.style.setProperty("left","10px","");

/L
--
Lasse Reichstein Holst Nielsen
'Javascript frameworks is a disruptive technology'

 
Reply With Quote
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      06-02-2011
Lasse Reichstein Nielsen wrote:

> Gildas <> writes:
>> On May 30, 7:47 pm, Mentifex <menti...@myuw.net> wrote:
>>> Mon.30.MAY.2011 -- Searching the AI Knowledge Base.
>>> [...]
>>> Upshot: After we transferred mutatis mutandis
>>> all the pertinent code from MindForth into the
>>> http://www.scn.org/~mentifex/AiMind.html
>>> program in JavaScript, the JSAI still did not
>>> work right.

>> […]


Please do not feed the troll.

<http://www.nothingisreal.com/mentifex_faq.html>


PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
 
Reply With Quote
 
Erwin Moller
Guest
Posts: n/a
 
      06-02-2011
On 6/2/2011 6:56 PM, Thomas 'PointedEars' Lahn wrote:
> Lasse Reichstein Nielsen wrote:
>
>> Gildas<> writes:
>>> On May 30, 7:47 pm, Mentifex<menti...@myuw.net> wrote:
>>>> Mon.30.MAY.2011 -- Searching the AI Knowledge Base.
>>>> [...]
>>>> Upshot: After we transferred mutatis mutandis
>>>> all the pertinent code from MindForth into the
>>>> http://www.scn.org/~mentifex/AiMind.html
>>>> program in JavaScript, the JSAI still did not
>>>> work right.
>>> […]

>
> Please do not feed the troll.
>
> <http://www.nothingisreal.com/mentifex_faq.html>


Exactly.
He is one of the most famous spammers in the history of usenet.
Mentifex and his AI exists only in his mind.

But I must admit I fell for his nonsense the first time too (long ago).

Regards,
Erwin Moller


>
>
> PointedEars



--
"That which can be asserted without evidence, can be dismissed without
evidence."
-- Christopher Hitchens
 
Reply With Quote
 
Gildas
Guest
Posts: n/a
 
      06-03-2011
On Jun 2, 6:56*pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
>
> Please do not feed the troll.
>
> <http://www.nothingisreal.com/mentifex_faq.html>
>


Thanks for the information.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
JavaScript AI Mind Programming Journal -- 2011 May 18 Mentifex Javascript 0 05-18-2011 09:50 PM
JavaScript AI Mind Programming Journal -- 2011 May 13 Mentifex Javascript 0 05-14-2011 06:33 PM
JavaScript AI Mind Programming Journal -- 2011 May 12 Mentifex Javascript 0 05-13-2011 07:40 PM
JavaScript AI Mind Programming Journal -- 2011 May 4 Mentifex Javascript 0 05-05-2011 07:35 PM
JavaScript AI Mind Programming Journal -- 2011 May 1 Mentifex Javascript 0 05-01-2011 07:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57