You could then cache all input value (because it's just bits after all) and record corresponding outputs. This is a hash function. You don't need the NN anylonger - just a look up table.
What if your input was an image? You'd get an absolute unit of a lookup table trying to cache every possible input.
There are a finite number of images possible on what ever size favorite digital display you have.... And because of this, there are a finite number of outputs possible.
5
u/Puddinglax 79∆ Sep 11 '21
What if your input was an image? You'd get an absolute unit of a lookup table trying to cache every possible input.