From: nik su on
hi..
i'm working with mlp neural network using matlab. i have to predict an equation. i use continuous input and need to produce continuous output. But, i have problems here. how can i have continuous output because the neural network that i have learned before just produce discrete value output such as 0 or 1 only..i don't know what code i have to write..
please help me..what should i do to have continuous output?? please kindly email me tokime_ee(a)yahoo.com asap..tq
From: Greg Heath on
On Feb 17, 10:52 pm, "nik su" <tokime...(a)yahoo.com> wrote:
> hi..
> i'm working with mlpneuralnetwork using matlab. i have to predict an equation. i use continuous input and need to produce continuous output. But, i have problems here. how can i have continuous output because theneuralnetwork that i have learned before just produce discrete value output such as 0 or 1 only..i don't know what code i have to write..
> please help me..what should i do to have continuous output?? please kindly email me tokime...(a)yahoo.com asap..tq

doc logsig
help logsig

doc newff
help newff

Hope this helps.

Greg