|
|
|
|
|
by CamperBob2
752 days ago
|
|
You could think of a lens as a "Fourier transformer," not in the LLM sense directly but in the sense of something that executes a Fourier transform. See the excellent videos by Huygens Optics including this one: https://www.youtube.com/watch?v=Y9FZ4igNxNA entitled "Fourier optics used for optical pattern recognition." Having established that, well, it's not hard to imagine that something that's good at running Fourier transforms is probably good for other situations where you need to run a lot of dot products in parallel. That, in turn, should sound like an awfully familiar problem... |
|
Neural nets, on the other hand, generally require nonlinear operations. As do most computer programs.
So the explanation here is either not complete, or perhaps applies to a very restricted type of neural network only.