README.md 934 Bytes
Newer Older
Jaeyoun Kim's avatar
Jaeyoun Kim committed
1
2
3
4
![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)

5
# Compression with Neural Networks
6

7
8
9
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:
10

mloenow's avatar
mloenow committed
11
[Full Resolution Image Compression with Recurrent Neural Networks](https://arxiv.org/abs/1608.05148)
12

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

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

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