entropy-coding
There are 54 repositories under entropy-coding topic.
Justin-Tan/high-fidelity-generative-compression
Pytorch implementation of High-Fidelity Generative Image Compression + Routines for neural image compression
iAvoe/x264-x265-QAAC-ffprobe-Ultimatetutorial
主打解析编码器内部逻辑和参数说明,从基础到全网没人讲的算法,没人画的图解,没人做的排版整理全都在此集齐;因此叫Ultimate Tutorial
bamler-lab/constriction
Entropy coders for research and production in Python and Rust.
powturbo/Turbo-Range-Coder
TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems
ahmedfgad/ArithmeticEncodingPython
Data Compression using Arithmetic Encoding in Python
rcanut/nhwcodec
NHW : A Next-Generation Image Compression Codec
weissenberger/gpuhd
Massively Parallel Huffman Decoding on GPUs
tongdaxu/YAECL-Yet-Another-Entropy-Coding-Library
YAECL: Yet Another Entropy Coding Library for Neural Compression Research, with Arithmetic Coding and Asymmetric Numeral Systems support
tuliopereirab/arithmetic-encoder-av1
This project is being developed as part of a Master's degree research sponsored by Brazil's CNPQ. It's goal is to design a hardware architecture to accelerate the AV1 arithmetic encoder.
Nikolai10/MRIC
TensorFlow implementation of MRIC (Multi-Realism Image Compression with a Conditional Generator, CVPR 2023)
cgbur/arcode-rs
An arithmetic coder for Rust.
FGlazov/Python-rANSCoder
A lightweight rANSCoder meant for rapid prototyping.
rainerzufalldererste/hypersonic-rANS
Some of the fastest decoding range-based Asymetric Numeral Systems (rANS) codecs for x64
michaelmaniscalco/m99
novel high throughput entropy encoder for BWT data
RapidsAtHKUST/DBGC
Source code of "Density-Based Geometry Compression for LiDAR Point Clouds", accepted by EDBT'23 - By Xibo Sun and Prof. Qiong Luo
typio/entreepy
Text compression tool ⚡
d-becking/efficientCNNs
Finding Storage- and Compute-Efficient Convolutional Neural Networks
d-becking/neurips-2019-micronet-challenge
NeurIPS 2019 MicroNet Challenge
d-becking/nncodec2
Fraunhofer HHI implementation of the Neural Network Coding (NNC) Standard
ohjunee/oj-codec
Image compression practice for Undergraduate
duanzhiihao/ans-numpy
Fast python bindings for Asymmetric Numeral Systems (ported from ryg_rans). Supports CompressAI models.
m4tx/rans-rs
rANS encoder and decoder for Rust
mpetri/ans-large-alphabet
Large-Alphabet Semi-Static Entropy Coding Via Asymmetric Numeral Systems
Abhik35/Assignment-Decision_Tree-company_data
Assignment About the data: Let’s consider a Company dataset with around 10 variables and 400 records. The attributes are as follows: Sales -- Unit sales (in thousands) at each location Competitor Price -- Price charged by competitor at each location Income -- Community income level (in thousands of dollars) Advertising -- Local advertising budget for company at each location (in thousands of dollars) Population -- Population size in region (in thousands) Price -- Price company charges for car seats at each site Shelf Location at stores -- A factor with levels Bad, Good and Medium indicating the quality of the shelving location for the car seats at each site Age -- Average age of the local population Education -- Education level at each location Urban -- A factor with levels No and Yes to indicate whether the store is in an urban or rural location US -- A factor with levels No and Yes to indicate whether the store is in the US or not The company dataset looks like this: Problem Statement: A cloth manufacturing company is interested to know about the segment or attributes causes high sale. Approach - A decision tree can be built with target variable Sale (we will first convert it in categorical variable) & all other variable will be independent in the analysis.
jermp/entropy_coding
Some entropy coding algorithms in C++.
AbhishekSalian/Shannon-Fano-Coding
This program is created to understand how Shannon Fano Coding works.
brocbyte/ctw
implementation of the CTW algorithm
mieskolainen/RLS-Golomb-Rice
RLS-Golomb-Rice lossless codec (TUT course project)
respinha/audio-video-codification
Assignments for the Audio Video Codification course.
d-becking/nncodec-icml-2023-demo
This repository is for reproducing the results shown in the NNCodec ICML Workshop paper. Additionally, it includes a demo, prepared for the Neural Compression Workshop (NCW).
Junaidk11/golomb_code
Studying the efficiency of Golomb Coding for geometric distribution.
mayank-k-jha/Information-Theory-Message-Entropy-Probability
Analog and digital Communication - Information Theory - Message Probability & Entropy
michelenatale/Compress
Here are a few smaller projects that demonstrate the compression of texts. Starting with the Huffman Code and the Exponential Golomb Code (exp-golomb).
RadjaaLarbi/Arithmetic-Code
Arithmetic Coding for Data Compression
username1565/incompressible_data
Try to compress incompressible data