Re: [R] Activation Functions in Package Neural

2009-08-25 Thread bradsmith
You are required to provide specifications for all the activation functions, the number of which is equal to the number of hidden layers plus 1. Thus in your case actfns=c(2,2) would suffice. BKMooney wrote: > > Hi, > > I am trying to build a VERY basic neural network as a practice before > h

[R] Activation Functions in Package Neural

2009-07-23 Thread Brigid Mooney
Hi, I am trying to build a VERY basic neural network as a practice before hopefully increasing my scope. To do so, I have been using package "neural" and the MLP related functions (mlp and mlptrain) within that package. So far, I have created a basic network, but I have been unable to change the