File size: 934 Bytes
0b8359d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
![No Maintenance Intended](https://img.shields.io/badge/No%20Maintenance%20Intended-%E2%9C%95-red.svg)
![TensorFlow Requirement: 1.x](https://img.shields.io/badge/TensorFlow%20Requirement-1.x-brightgreen)
![TensorFlow 2 Not Supported](https://img.shields.io/badge/TensorFlow%202%20Not%20Supported-%E2%9C%95-red.svg)

# Compression with Neural Networks

This is a [TensorFlow](http://www.tensorflow.org/) model repo containing
research on compression with neural networks. This repo currently contains 
code for the following papers:

[Full Resolution Image Compression with Recurrent Neural Networks](https://arxiv.org/abs/1608.05148)

## Organization
[Image Encoder](image_encoder/): Encoding and decoding images into their binary representation.

[Entropy Coder](entropy_coder/): Lossless compression of the binary representation.

## Contact Info
Model repository maintained by Nick Johnston ([nmjohn](https://github.com/nmjohn)).