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}
user562688
source
share