Re: [R] train nnet

2007-12-15 Thread Manuel Castejón Limas
Dear Ilh I was planning to dedicate a few hours this christmas to improve the AMORE package. I would like to explore the possibilities of the openMP library and to programm a few more training algorithms. Right now the rbf extension is ready but under testing. I think that what you ask for woul

Re: [R] train nnet

2007-12-14 Thread Max Kuhn
On Dec 14, 2007 10:52 AM, G Ilhamto <[EMAIL PROTECTED]> wrote: > Hi R-helpers, > > Can some one tell me how to train 'mynn' of this type?: > mynn <- nnet(y ~ x1 + ..+ x8, data = lgist, size = 2, rang = 0.1, > decay = 5e-4, maxit = 200) > nnet will estimate model parameters for the model that you h

[R] train nnet

2007-12-14 Thread G Ilhamto
Hi R-helpers, Can some one tell me how to train 'mynn' of this type?: mynn <- nnet(y ~ x1 + ..+ x8, data = lgist, size = 2, rang = 0.1, decay = 5e-4, maxit = 200) I assume that this nn is untrained, and to train I have to split the original data into train:test data set, do leave-one-out refittin