|
|
Training multiple data for a single feedforwardnet
Posted:
Oct 17, 2012 4:08 PM
|
|
I'm building a feedforwardnet like this:
(..) P=[V';ia';w']; T=[tq']; net=feedforwardnet([5 25],'trainbr'); (..)
How could i train this neural net for more then one group '[V';ia';w']' ? How is the matlab structure to perform this kind of training?
Note that 'P' in this case is a 10006x3 matrix that i extract from a motor model.
Thanks in advance.
|
|