AI Mind Core activations
  Home FAQ Contact Sign in
comp.lang.forth only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.forth Profile…
 Up
AI Mind Core activations         


Author: Frank
Date: Apr 26, 2007 05:05

ATM,

I ran your code and entered a single statement ' I am man' stopped
the program and looked at the psi array. Every concepts was activated
from time T back . When I looked at the results of my progrtam after
running the same ONLY the 3 concepts I entered had activations from T
back. All other concepts had act of 0.

Thoughts?

Frank
2 Comments
Re: AI Mind Core activations         


Author: mentifex
Date: Apr 26, 2007 13:49

On Apr 26, 5:05 am, Frank yahoo.com> wrote:
> ATM,
>
> I ran your code and entered a single statement ' I am man' stopped
> the program and looked at the psi array. Every concept was activated
> from time T back . When I looked at the results of my program after
> running the same ONLY the 3 concepts I entered had activations from T
> back. All other concepts had act of 0.
>
> Thoughts?
>
> Frank

In a Forth AI program, it is okay for many concepts to have
a low activation while concepts being thought about have a
relatively high activation. Meanwhile, however, the
http://mind.sourceforge.net/psidecay.html module
sweeps through the conceptual psi array and
indiscriminately decrements all conceptual activations
by one unit towards zero activation.
Show full article (3.14Kb)
no comments