Parity learning


Parity learning is a problem in machine learning. An algorithm that solves this problem must find a function ƒ, given some samples 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 are provided to the algorithm.

Noisy version ("Learning Parity with Noise")

In Learning Parity with Noise, the samples may contain some error. Instead of samples, the algorithm is provided with, where for random boolean
The noisy version of the parity learning problem is conjectured to be hard