Search found 14 matches

by klubow
Tue 4. Dec 2012, 18:24
Forum: Project Support
Topic: Neuron Output = Input
Replies: 6
Views: 18442

Neuron Output = Input

Hi there, I want to use output value back in my network when the next pattern is applied. But I need clear value, so how to set up a hidden neuron to basically pass it's input to output ? From help file: "Act = Act * ActSustainFactor + ActFunc ( InputSum - ActivationThreshold )" So setting...
by klubow
Mon 26. Nov 2012, 19:31
Forum: Project Support
Topic: Time variant vs invariant network
Replies: 1
Views: 10324

Time variant vs invariant network

Hello, Can anyone point me in the right direction ? I have data set with (4 inputs and 1 output) x 1500 records. Is it better to deal with it in time variant network: 4 inputs each one with 1500 delay neurons connected to all hidden and output neurons or use data set prepared so that each record is ...
by klubow
Tue 12. Jun 2012, 12:44
Forum: Miscellaneous Topics
Topic: ACtivation function
Replies: 3
Views: 13394

Re: ACtivation function

that should be enought for now,
I have my net learnt, now I want to implement that net into my script (Excel and Amibroker)

thank you
by klubow
Thu 31. May 2012, 13:24
Forum: Miscellaneous Topics
Topic: ACtivation function
Replies: 3
Views: 13394

ACtivation function

Can you tell me how activation function called IDENT01 is calculated ?
What influence have
-activation
-activation threshold
-activation sustain factor

Maybe someone can give me mathematical formula how its calculated ?