Original Post
Hi:
I have been reading on SNN recently and getting the big picture of it. It seems that SNN is suitable for pattern association. I am sure that as SNN keeps adjusting its weight values in effort of matching inputs to output, the end result of that particular pattern association will be quite accurate. My question is how well will the old patterns be recognized. Say if for the ith time, SNN has weight values such that inputs A, B, C map perfectly to X; now, for the (i+1)th time, we want to map inputs A,B,D to output Y. That new pattern could greatly alter the existing weight values. So, although SNN can recognize (i+1)th pattern perfectly this time, it may likely forget ith pattern as well. Is this a real problem in SNN or is there something I misunderstood, or there is common way to get around it? Any suggestion will be greatly appreciated!
Thanks for help in advance