|
• backprop 'stability-plasticity' dilemma - any simple solutions ??
First of all, I'm a fairly non-academic engineer, so I'll probably not describe this correctly - so I apologise in advance for talking drivel !
Anyway, I have a small backprop trained NN that works well after being trained with data collected from an industrial process. However, after it has been used a while, I have some new data I wish to add to its training set - when I tried to do this by simply training with just the new data ( starting with the previously trained weights ) it *forgot* all the previous stuff.
I am led to believe that this is a well-known phenomena called the 'stability-plasticity' dilemma, I've researched it a little and have found papers on this and 'catastrophic forgettting' ( excellent name I think ) . . . the papers seem to be quite complex and don't seem to offer a simple solution to this.
Worst case I can add the new training set to the original training sets and retrain, but this will of course get slower and slower as new sets are added. My question is, is there a simple solution to this, which will allow me to retrain with just the new set, but retain the previous training ??
thanks, Gav
|