From neilmakhija at gmail.com Wed Jul 11 21:03:46 2007 From: neilmakhija at gmail.com (neil makhija) Date: Wed Jul 11 21:03:49 2007 Subject: [pdp-discuss] Using activations values in the network as targets on the fly? Message-ID: <5d9305260707112003n244000fbrcef983e7ff9efa04@mail.gmail.com> Hello, I was hoping to set up a network which used activation values of the hidden layer as targets in an output layer. Is there an easy way to go about doing this? Thanks, Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://psych.colorado.edu/pipermail/pdp-discuss/attachments/20070711/b5dd7c0f/attachment.html From Randy.OReilly at colorado.edu Thu Jul 12 19:48:51 2007 From: Randy.OReilly at colorado.edu (Randall C. O'Reilly) Date: Thu Jul 12 19:48:56 2007 Subject: [pdp-discuss] Using activations values in the network as targets on the fly? In-Reply-To: <5d9305260707112003n244000fbrcef983e7ff9efa04@mail.gmail.com> References: <5d9305260707112003n244000fbrcef983e7ff9efa04@mail.gmail.com> Message-ID: <200707121948.51748.Randy.OReilly@colorado.edu> you would have to write a script to do this -- just do a for loop over the hidden units, and put them in your environment target. you could also look at the SRN Context layer code if you wanted to hard code it.. - Randy On Wednesday 11 July 2007 21:03, neil makhija wrote: > Hello, > > I was hoping to set up a network which used activation values of the hidden > layer as targets in an output layer. Is there an easy way to go about > doing this? > > > Thanks, > Neil