| 	
Prev: combining vectors Next: Changing uitable data 	
		 From: jorge  on 24 May 2010 19:40 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 25 May 2010 08:49 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 25 May 2010 13:40 Thanks Greg. It is true. I was confused and I want to assure. 
		  | 
 Pages: 1 Prev: combining vectors Next: Changing uitable data |