[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: External Input Update



Which algorithm are you using?  Leabra and cs both have "fast" hard clamp, 
which means that the net inputs from clamped layers are computed only at the 
start of the settle process, so they wouldn't see these changes.  You'll have 
to turn hard clamping off on these layers to get it to work, but then it 
definitely should work..

- Randy

On Monday 10 May 2004 02:19 pm, Timothy Scully wrote:
> I've written a sub process placed in the init_procs of a cycle process.
> The idea of this process is to create events which vary between the
> cycles. I am using basic code to fix the external inputs of the layer
> i.e.
>
> 	.networks[0].layers[0].units[0].ext = 1;
>
> However even though the code in in the init_procs the activation does
> not update. I do not want to fix the activations as I ma using both
> fatigue, and soft clamping. Is there anyway to present varying external
> inputs per cycle, with the activations updating ?