Comment by westurner

3 years ago

Universal approximation theorem: https://en.wikipedia.org/wiki/Universal_approximation_theore...

NAND is a universal logic gate; from which all classical functions can be approximated.

CCNOT and Hadamard are universal logic gates with which all (?) quantum functions/transforms can be approximated.

Cubic splines are universal function approximators. As is piecewise linear interpolation. The universal function approximator thing is way overblown.

  • FFT describes everything with sinusoids by default. For QFT, it's wave functions. Wavelets are more like NN neurons that match (scale-invariant?) quantized sections of waveforms.

    Fluids are decomposed into things with curl.

    A classical universal function approximator is probably not sufficient to approximate quantum systems [...] https://news.ycombinator.com/item?id=37379123

> CCNOT and Hadamard are universal logic gates with which all (?) quantum functions/transforms can be approximated.

CNOT, H, S, and T are universal for approximating any quantum operation.

All quantum functions can be approximated with a three layer perceptron, or by arbitary boolean logic.

Quantum computers can only compute - just like any other computer.