arithmetic-coding
There are 95 repositories under arithmetic-coding topic.
Abega1642/on-the-distribution-of-phi_sigma_n
On the distribution of ϕ(σ(n))
Alevs2R/IT_Messenger
Compression algorithms: Arithmetic, LZW, Run-length. Coding algorithms: Hamming, Repetition, Read-Muller
Andrei-Chiorian/arithmetic_formatter_project
This is a Python function named arithmetic_arranger that takes a list of arithmetic problems as strings and an optional boolean parameter show_answers. The function formats the problems into a human-readable string
andrew-malikov/coding-theory
Examples of Coding Theory
Danielto1404/image-compressor
Image compression framework via Auto-Encoder Neural Network based on ResNet-18 and Arithmetic Coding
fl0wbar/FRLLIC
Experiment applying L3C (CVPR2019) for image compression on CLIC-2019 dataset
georgekhanachat/BigNum
Allows for calculations of arithmetic processes with huge numbers. Functions include, addition, subtraction, multiplication and division. More functions are being developed.
gogagum/arithmetic-encoding-lib
Arithmetic encoding library.
harsh-apcr/Compression-Algorithms-ELL786
ELL786 , Implementation of various compression algorithms (for text and images) in python
henryneu/Learn-Arithmetic
Summary of learning algorithm
manmolecular/Arithmetic-coding
Arithmetic coding - common algorithm used in both lossless and lossy data compression algorithms
mcourteaux/jai-arithmetic-coding
A single-file Jai port of nayuki/Reference-arithmetic-coding.
Mohamed-Hamdy/java-problems
Operating System Algorithms and security Algorithms [AES , DES , ... ] and Multimedia Algorithms [Adaptive Huffman Algorithm, LZ78 , LZ88 , LZW, Vector Quantization Algorithm, ...]
moleculax/Python-Script-sample
Python - Script sample
muhammadalizkhan/arithmetic_Opr
The Repo Cover all type of Athr with Assembly lang,
paresh-bhagat/Implementation-of-Data-Compression-Algorithms
Encode and decode binary message bits using text file of size 1KB using different techniques and compare their results.
plipustel/Data_Compression
This project was aimed to complete my Bachelor Degree in Computer Science @2011 in University of Sumatera Utara, Indonesia. This project is a software that implements Lossless Data Compression Algorithms (Lempel Ziv Welch, Arithmetic Coding, Burrows Wheeler Transform, and Run-Length Encoding Algorithm)
RadjaaLarbi/Arithmetic-Code
Arithmetic Coding for Data Compression
samruddhikahu/QM-coder
A binary arithmetic QM encoder used with some versions of JPEG.
shrdlu68/ac-experiment
My experiments with binary arithmetic coding and statistical modelling
sirSayed98/Arithmetic-algorithm
A python compression and decompression program based on Arithmetic Coding.
snovvcrash/LibCoders-GUI
File compression library (includes 6 algorithms) with Qt GUI
xuhw21/Arithm87
Implementation of paper ARITHMETIC CODEING FOR DATA COMPRESSION
zqy767/adaptive-arithmetic-coding
adaptive arithmetic coding by common lisp
ahmedm-sallam/BitsAndBytesCompression
This repository implements the LZ77, LZ78, Huffman, Vector Quantization, and Arithmetic coding algorithms for data compression and decompression.
anatoly-rap/C-Ratios
Implemented Ratio classes with add, subtract, and compare
Endless077/HP_SBWT_Compression
High Performance Secure Burrows–Wheeler Transform.
HongHaiPV/ml-zip
A Python library implementing Entropy encoding for statistical models (mostly MLs)
SatvikG7/LLM-Text-Compressor
LLM based text compressor which performs better than SOTA text compression algorithms
Lawmsangi/python-lesson
Come and learn the basics of python with me 😉
michael-0acf4/fract
A (very) basic (slightly efficient) arithmetic encoder.