In my previous post (see MLP: Incremental learning), I demonstrated that Incremental learning does not work for MLP. So how can we make MLP learn several functions ? The solution is to mix the entries in the training set. If we create 4000 groups containing 1 entry for the AND operator, then 1 entry for…