From: Amin on 9 Jun 2010 05:04 Hi everybody, I have trained a neural network (eg. 50 epochs). Is there any possibility to show the outputs of the network in a specified epoch (eg. 27th epoch)? thanks
From: Greg Heath on 10 Jun 2010 02:09 On Jun 9, 5:04 am, "Amin " <amin_...(a)yahoo.com> wrote: > Hi everybody, > > I have trained a neural network (eg. 50 epochs). Is there any possibility to show the outputs of the network in a specified epoch (eg. 27th epoch)? > > thanks The only history that is preserved is the value of the performance function tr.perf. To recreate the output of an intemediate epoch, whose identity is unknown during training, you have to retrain starting from the initial weights assigned during by the creation of the net (e.g., net = newff(...);) or after a call of init. Hope this helps. Greg
|
Pages: 1 Prev: JOB Next: Changing the name of a field dynamically GUIDE |