Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Configure neural network without train
Posted:
Feb 14, 2013 4:05 AM
|
|
"Rafael" wrote in message <k00l2e$gt$1@newscl01ah.mathworks.com>... > Hello, > > I'm treating with dynamic recurrent neural networks, NARX in my case, and my objective is to adjust the parameters with genetic algorithm. Therefore I am not using the 'train' command, but I have to configure the network by hand (either manually or with the 'configure' command) and handle the weights and bias vectors with 'getwb' and 'setwb'. The problem I'm encountering is that I can't set and retrieve the networks parameters >because I think the net is not getting correctly configured.
Use preparets before configure.
Hope this helps.
Greg
|
|
|
|