Skip to content
Prev 181588 / 398502 Next

Neural Network resource

I haven't used the AMORE package before, but it sounds like you
haven't set linear output units or something. Here's an example using
the nnet package of what you're doing i think:

### R START###
[,1]
y    1
linout=TRUE, skip=TRUE,
                     trace=FALSE, maxit=1000)
[,1]
y    1
y     my.nnet.predictions
1    10.60102566         10.59958907
2     6.70939465          6.70956529
3     2.28934732          2.28928930
4    14.51012458         14.51043732
5   -12.85845371        -12.85849345
[..etc]
### R END ###

Hope that helps a wee bit mate,

Tony Breyal
On 27 May, 15:36, Indrajit Sengupta <indra_cali... at yahoo.com> wrote: