connectionism: node activation

created by rescdsk
(idea) by rescdsk (1.8 y) (print)   (I like it!) Tue Jan 18 2000 at 3:19:02

previous: connectionism. home: connectionism. next: connectionism: patterns.

each node in a connectionist network has an activation level. this is generally a floating point number between 0 and 1. the activation level varies with time. a connection (which, as you recall, is one-way) from node Alfred to node Arnie has a weight attached to it. the weight is another floating point number; this time it's generally between -1 and 1. Arnie's activation level for the next time tick is found using his activation from the current tick and the product of Alfred's activation level and the Alfred-to-Arnie connection weight.

(italics indicate subscript...) in a simple connectionist model, Arnie's activation level is this:

aarnie = f(Saalfredwalfred->arnie)

..where a is activation level, f is some function, often a function whose shape is sigmoidal, S is a sigma, and w is a connection weight.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.