5 ms·
Implemented addition via: cos(wx) sin (wy) + sin(wx) cos(wy) But how did it compute that intermediate addition?
by sukilot 3y ago
Implemented addition via:
cos(wx) sin (wy) + sin(wx) cos(wy)
But how did it compute that intermediate addition?
- furyofantares 3y agoWhat it learned to do was modular addition, not addition.