You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-19Lines changed: 29 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,18 @@
24
24
25
25
TensorLayer is a deep learning and reinforcement learning library on top of [TensorFlow](https://www.tensorflow.org). It provides rich neural layers and utility functions to help researchers and engineers build real-world AI applications. TensorLayer is awarded the 2017 Best Open Source Software by the prestigious [ACM Multimedia Society](http://www.acmmm.org/2017/mm-2017-awardees/).
26
26
27
-
- Discussion: talk to a wide community by creating your [Github Issues](https://github.com/tensorlayer/tensorlayer/issues) and joining in the [Slack Channel](https://join.slack.com/t/tensorlayer/shared_invite/enQtMjUyMjczMzU2Njg4LWI0MWU0MDFkOWY2YjQ4YjVhMzI5M2VlZmE4YTNhNGY1NjZhMzUwMmQ2MTc0YWRjMjQzMjdjMTg2MWQ2ZWJhYzc)
Please check [documentation](http://tensorlayer.readthedocs.io/en/latest/user/installation.html) for detailed instructions.
83
+
Please check [documentation](http://tensorlayer.readthedocs.io/en/latest/user/installation.html) for detailed instructions.
74
84
75
85
76
86
# Examples and Tutorials
@@ -142,10 +152,10 @@ Examples can be found [in this folder](https://github.com/zsdonghao/tensorlayer/
142
152
143
153
## Notes
144
154
TensorLayer provides two set of Convolutional layer APIs, see [(Advanced)](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#convolutional-layer-pro) and [(Basic)](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#convolutional-layer-simplified) on readthedocs website.
145
-
<!--
155
+
<!--
146
156
* If you get into trouble, you can start a discussion on [Slack](https://join.slack.com/t/tensorlayer/shared_invite/MjI1NjQ5NTUxOTY5LTE1MDI3MDYwNTItYzYwNmFiZmZkOA), [Gitter](https://gitter.im/tensorlayer/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge>),
[QQ group](https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png) and [Wechat group](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md).
158
+
[QQ group](https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png) and [Wechat group](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md).
149
159
-->
150
160
151
161
@@ -174,19 +184,19 @@ on a Titan X Pascal GPU. Here are the training speeds of respective tasks:
174
184
## Compared with Keras and TFLearn
175
185
176
186
Similar to TensorLayer, Keras and TFLearn are also popular TensorFlow wrapper libraries.
177
-
These libraries are comfortable to start with. They provide high-level abstractions;
178
-
but mask the underlying engine from users. It is thus hard to
179
-
customize model behaviors and touch the essential features of TensorFlow.
187
+
These libraries are comfortable to start with. They provide high-level abstractions;
188
+
but mask the underlying engine from users. It is thus hard to
189
+
customize model behaviors and touch the essential features of TensorFlow.
180
190
Without compromise in simplicity, TensorLayer APIs are generally more flexible and transparent.
181
-
Users often find it easy to start with the examples and tutorials of TensorLayer, and
191
+
Users often find it easy to start with the examples and tutorials of TensorLayer, and
182
192
then dive into the TensorFlow low-level APIs only if need.
183
193
TensorLayer does not create library lock-in. Users can easily import models from Keras, TFSlim and TFLearn into
184
194
a TensorLayer environment.
185
195
186
196
187
197
# Documentation
188
198
189
-
The documentation [[Online]](http://tensorlayer.readthedocs.io/en/latest/)[[PDF]](https://media.readthedocs.org/pdf/tensorlayer/latest/tensorlayer.pdf)[[Epub]](http://readthedocs.org/projects/tensorlayer/downloads/epub/latest/)[[HTML]](http://readthedocs.org/projects/tensorlayer/downloads/htmlzip/latest/) describes the usages of TensorLayer APIs. It is also a self-contained document that walks through different types of deep neural networks, reinforcement learning and their applications in Natural Language Processing (NLP) problems.
199
+
The documentation [[Online]](http://tensorlayer.readthedocs.io/en/latest/)[[PDF]](https://media.readthedocs.org/pdf/tensorlayer/latest/tensorlayer.pdf)[[Epub]](http://readthedocs.org/projects/tensorlayer/downloads/epub/latest/)[[HTML]](http://readthedocs.org/projects/tensorlayer/downloads/htmlzip/latest/) describes the usages of TensorLayer APIs. It is also a self-contained document that walks through different types of deep neural networks, reinforcement learning and their applications in Natural Language Processing (NLP) problems.
190
200
191
201
We have included the corresponding modularized implementations of Google TensorFlow Deep Learning tutorial, so you can read the TensorFlow tutorial [[en]](https://www.tensorflow.org/versions/master/tutorials/index.html)[[cn]](http://wiki.jikexueyuan.com/project/tensorflow-zh/) along with our document.
192
202
[Chinese documentation](http://tensorlayercn.readthedocs.io/zh/latest/) is also available.
0 commit comments