Live data from Hacker News

SMLL: Using 200MB of Neural Network to Save 400 Bytes

frankchiarulli.com

1–4 of 4 posts

Re: SMLL: Using 200MB of Neural Network to Save 400 Bytes

#4
Having worked on compression algos, any NN is just way to slow for (de-)compression. A potential usage of them is for coarse prior estimation in something like rANS, but even then the overhead cost would need to carefully weighted against something like Markov chains since the relative cost is just so large.