On Sun, Aug 4, 2024 at 11:57 PM Undescribed Horrific Abuse, One Victim & Survivor of Many <[email protected]> wrote: > > it sounds like the challenge maybe could simplify to the idea of, i > have some numbers that are multiplying many other numbers, > and some of them come out to really low values. i want to not have to > load the numbers that will come out to really low values. > > maybe karl would consider for example grouping them based on what is > in the data? for example you could index them based on what high > values multiplying them make high value outputs. this sounds like the > kind of idea that could actually work :s :s :s
i guess if you have a bunch of relevant data or a specific user or session [maybe or maybe that's not precalculaty enough], you could maybe figure out _all_ the high value inputs that have been encountered in the session, and then all the weights that multiply those [effectively, and only load new ones if a new high value input is encountered
