Data Compression - Machine Learning for Exponential Distribution

Are there machine learning algorithms, prediction models that can help me compress exponentially distributed data? I already encoded the file using golomb codes, which definitely saves a lot of space, but that’s not enough - I need compression. PAQ8L does not compress it enough.

Ask for a file if necessary.

Exponentially distributed -

{a, b, b, a, a, b, c, c, a, a, b, a, a, b, a, c, b, a, b, d}

+3
source share
2 answers

I do not think this is theoretically possible. Golomb code is already optimal for geometrically distributed data.

+1

, PAQ * . , , " ". , - , .

0

Source: https://habr.com/ru/post/1785486/


All Articles