Puneet Varma (Editor)

Parity learning

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Parity learning is a problem in machine learning. An algorithm that solves this problem must guess the function ƒ, given some samples (xƒ(x)) and the assurance that ƒ computes the parity of bits at some fixed locations. The samples are generated using some distribution over the input. The problem is easy to solve using Gaussian elimination provided that a sufficient number of samples (from a distribution which is not too skewed) are provided to the algorithm.

Noisy version ("Learning Parity with Noise")

In this version, the samples may contain some error. Instead of samples (xƒ(x)), the algorithm is provided with (xy), where y = 1 − ƒ(x) with some small probability. The noisy version of the parity learning problem is conjectured to be hard.

References

Parity learning Wikipedia