diskriminators
A discriminator, in the context of machine learning and artificial intelligence, is a component of a generative model, most notably used in Generative Adversarial Networks (GANs). Its primary function is to distinguish between real data and synthetic data generated by a separate component, the generator.
The discriminator is trained on a dataset of real examples and learns to classify whether an input
The training objective for the discriminator is typically to maximize the probability of correctly classifying real