GitHub - Peter-Ebert/Valli-Encoding: Proof of concept entropy encoder with output size below the Shannon limit.
Valli-Encoding
Proof of concept entropy encoder with output size below the Shannon limit.
Table of Contents
Introduction
The Algorithm
Running the Code
Support
Final Thoughts
Introduction
This repository contains a basic proof of concept implementation of what I'd like to call Valli encoding, an entropy encoder whose output is below the Shannon limit (lossless compression per the source coding theorem). It fits the definition of an entropy encoder as it can losslessly encode all permutations o...
Read more at github.com