878
AI Rule
(lemmy.world)
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
Dev here. Javascript engines (especially Chromium) have a memory limit (as per
performance.memory.jsHeapSizeLimit
), in best case scenarios, 4GB max.LocalStorage
andSessionStorage
(JS features that would be used to store the neural network weights and training data) have even lower limits. While I fear that locally AI-driven advertisement could happen in a closer future, it's not currently technically feasible in current Chromium (Chrome, Vivaldi, Edge, Opera, etc) and Gecko (Firefox) implementations.I really hope you don't know about this 4GB limit specifically because you've run up against it while doing anything real-world.
Not yet, but I often code myself some experiments involving datasets (i like to experiment with Natural Language Processing, randomness, programmatic art and demoscenes, the list goes on).