Home

Awesome

Awesome Tensorlayer - A curated list of dedicated resources

<a href="https://tensorlayer.readthedocs.io/en/stable/"> <div align="center"> <img src="https://raw.githubusercontent.com/tensorlayer/tensorlayer/master/img/tl_transparent_logo.png" width="50%" height="30%"/> </div> </a>

Awesome Build Status

You have just found TensorLayer! High performance DL and RL library for industry and academic.

Contribute

Contributions welcome! Read the contribution guidelines first.

<!--- ## Contents - [1. Basics Examples](#1-basics-examples) - [2. Computer Vision](#2-computer-vision) - [3. Natural Language Processing](#3-natural-language-processing) - [4. Reinforcement Learning](#4-reinforcement-learning) - [5. Adversarial Learning](#5-adversarial-learning) - [6. Pretrained Models](#6-pretrained-models) - [7. Auto Encoders](#7-auto-encoders) - [8. Data and Model Managment Tools](#8-data-and-model-managment-tools) -->

1. Basics Examples

1.1 MNIST and CIFAR10

TensorLayer can define models in two ways. Static model allows you to build model in a fluent way while dynamic model allows you to fully control the forward process. Please read this DOCS before you start.

1.2 DatasetAPI and TFRecord Examples

2. General Computer Vision

3. Quantization Networks

See examples/quantized_net.

4. GAN

5. Natural Language Processing

5.1 ChatBot

5.2 Text Generation

5.3 Text Classification

5.4 Word Embedding

5.5 Spam Detection

6. Reinforcement Learning

7. (Variational) Autoencoders

8. Pretrained Models

9. Data and Model Managment Tools

How to cite TL in Research Papers ?

If you find this project useful, we would be grateful if you cite the TensorLayer paper:

@article{tensorlayer2017,
    author  = {Dong, Hao and Supratak, Akara and Mai, Luo and Liu, Fangde and Oehmichen, Axel and Yu, Simiao and Guo, Yike},
    journal = {ACM Multimedia},
    title   = {{TensorLayer: A Versatile Library for Efficient Deep Learning Development}},
    url     = {http://tensorlayer.org},
    year    = {2017}
}

ENJOY