sanitation@lemmy.today to Programmer Humor@programming.dev · 1 day agoNew compression techniquelemmy.todayimagemessage-square158fedilinkarrow-up11.16Kfile-text
arrow-up11.16KimageNew compression techniquelemmy.todaysanitation@lemmy.today to Programmer Humor@programming.dev · 1 day agomessage-square158fedilinkfile-text
minus-squarespankysalmon@fedinsfw.applinkfedilinkEnglisharrow-up8·1 day agolol no you cannot make it lossless.
minus-squareAItoothbrush@lemmy.ziplinkfedilinkEnglisharrow-up1·19 hours agoYeah you can? A neural network that only relies on wheights and doesnt use random numbers will always give the same output for the same input.
minus-squarespankysalmon@fedinsfw.applinkfedilinkEnglisharrow-up2·7 hours agoSo does lossy compression… same output for input of an algorithm is deterministic, not lossless…
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up1·23 hours agoI think, they don’t mean lossless compression with LLM, but with a neural network in general. I think it might be possible, but I’m not sure
lol no you cannot make it lossless.
Yeah you can? A neural network that only relies on wheights and doesnt use random numbers will always give the same output for the same input.
So does lossy compression… same output for input of an algorithm is deterministic, not lossless…
Enhance!
I think, they don’t mean lossless compression with LLM, but with a neural network in general. I think it might be possible, but I’m not sure