Skip to content
MMaxo edited this page Aug 25, 2016 · 12 revisions

Welcome to the tensorlayer wiki!

img/img_tensorlayer.png TensorLayer is designed to use by both Researchers and Engineers, it is a transparent library built on the top of Google TensorFlow. It is designed to provide a higher-level API to TensorFlow in order to speed-up experimentations and developments. TensorLayer is easy to be extended and modified. In addition, we provide many examples and tutorials to help you to go through deep learning and reinforcement learning.

The documentation is not only for describing how to use TensorLayer but also a tutorial to walk through different type of Neural Networks, Deep Reinforcement Learning and Natural Language Processing etc. In addition, TensorLayer’s tutorial also include all modularized implementation of Google TensorFlow Deep Learning tutorial, so you could read TensorFlow Deep Learning tutorial as the same time [en] [cn] .

However, different with other inflexible TensorFlow wrappers, TensorLayer assumes that you are somewhat familiar with Neural Networks and TensorFlow. A basic understanding of how TensorFlow works is required to be able to use TensorLayer skillfully.

Clone this wiki locally