Data Compression Explained (2012)
mattmahoney.net
Data Compression Explained (2012)
1–10 of 38 posts
Re: Data Compression Explained (2012)
#2Data Compression Explained (2011) - https://news.ycombinator.com/item?id=40631931 - June 2024 (1 comment)
Data Compression Explained - https://news.ycombinator.com/item?id=5931493 - June 2013 (14 comments)
Data Compression Explained by Matt Mahoney - https://news.ycombinator.com/item?id=1179242 - March 2010 (1 comment)
Re: Data Compression Explained (2012)
#3Also, you could say the same for the related data search problem. How to prepare data, so that it can most efficiently searched. Smallest encoding vs fastest search. Databases are mostly very, very stupid compared to more data-specific tuned algorithms. Like factor 1000 slower and bigger.
Re: Data Compression Explained (2012)
#4Re: Data Compression Explained (2012)
#5I remember hearing a lot about "compression is a lot about prediction", but I don't remember reading any practical result
Re: Data Compression Explained (2012)
#6Re: Data Compression Explained (2012)
#7Re: Data Compression Explained (2012)
#8does anyone have any sources to read about ai-based compression? I remember hearing a lot about "compression is a lot about prediction", but I don't remember reading any practical result
Re: Data Compression Explained (2012)
#9Isn’t the idea of AI precisely to find universal compression from arbitrary input data, at least with LLMs?
A modern version of the book would include an extra section in the 'Lossy compression' chapter - 'Text' (alongside Images/Video/Audio) that would discuss LLM's.