Skip to content

TomNo/arithmetic_coding_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun exercise - re-implementing arithmetic coding - in order to try different
types of RNNs. Currently there is support for two types of simple statistical
model - adaptive and static. Static must be supplied during decompression 
phase. It is quite slow. 

Implementation is based on http://marknelson.us/2014/10/19/data-compression-with-arithmetic-coding/
and c++ source http://marknelson.us/attachments/2014/ari/ari.zip .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published