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
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
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
3 matches
Mail list logo