The phenomenon where a machine learning model loses its ability to perform previously learned tasks after being trained on new data is called catastrophic forgetting. This occurs because neural networks rely on shared internal parameters, known as weights, to store information. During the training process, t....
Log in to view the answer