Re: [R] Backpropagation to adjust weights in a neural net when receiving new training examples

2009-05-29 Thread Filipe Rocha
advance Filipe Rocha 2009/5/29 > You can figure out which weights go with which connections with the > function summary(nnet.object) and nnet.object$wts. Sample code from Venables > and Ripley is below: > > > > # Neural Network model in Modern Applied Statistics with S,

[R] Backpropagation to adjust weights in a neural net when receiving new training examples

2009-05-29 Thread Filipe Rocha
ights belong to which conections so I could implement the backpropagation algorithm myself. But if anyone knows some function to do this, it would be even better. In anycase, thank you! Filipe Rocha [[alternative HTML version deleted]] __ R-h