help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OCTAVE: NN Tool box


From: octuser
Subject: OCTAVE: NN Tool box
Date: Fri, 2 Jul 2010 03:06:59 -0700 (PDT)

Dear all,

I have been exploring octave's neural network tool box. I have a question.
For an input array 'I', with the corresponding target array 'T', I have a
neural network fitted target array 'NT'. 

This is the fitting scheme which I used 

net=newff( [Imin Imax], [10 1], {'tansig', 'purelin'});

with sufficiently large net.trainParam.epochs. 

How can I represent the fitted array 'NT' as a function of the input array
'I'. This must involve using the functions 'tansig', 'purelin' which I used
for the hidden and output layer and also the number of layers. 

Thank you in advance for any help.

regards,
octuser
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/OCTAVE-NN-Tool-box-tp2276236p2276236.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]