From: jorge on
Hi. I'ts already late... Im very sleppy and I have quick question:

net=newff(minmax(features),[hiddenLayer outLayer],{'tansig' 'tansig'},'traincgf');

what is the structure of 'net'

(in notation for exmaple 2-3-2:
Input layer 2 neurons
hidden layer 3 neurons
outputlayer 2 neurons)?
Thanks.
From: Greg Heath on
On May 24, 7:40 pm, "jorge " <zjebanie12...(a)gmail.com> wrote:
> Hi. I'ts already late... Im very sleppy and I have quick question:
>
> net=newff(minmax(features),[hiddenLayer outLayer],{'tansig' 'tansig'},'traincgf');
>
> what is the structure of 'net'
>
> (in notation for exmaple 2-3-2:
>  Input layer 2 neurons
> hidden layer 3 neurons
> outputlayer 2 neurons)?
> Thanks.

size(features,1) : hiddenlayer : outlayer

Hope this helps.

Greg
From: jorge on

Thanks Greg.
It is true.
I was confused and I want to assure.
 | 
Pages: 1
Prev: combining vectors
Next: Changing uitable data