I read on the literature that a replicator neural network is a particular feed-forward network which is trained by replicating input data points as desired outputs.

This network is claimed to be effective at detecting outliers, as less frequent patterns will result in higher regression error than most frequent ones.

However it seems to me that mapping each data point into itself can be trivially acieved by the identity function, with zero regression error for all data points.

What am I missing, then?

I thank you in advance.

More Giuseppe Papari's questions See All
Similar questions and discussions