|
17 | 17 | How to effectively learn TensorLayer
|
18 | 18 | ------------------------------------------
|
19 | 19 | No matter what stage you are in, we recommend you to spend just 10 minutes to
|
20 |
| -read the source code of TensorLayer and the `Understand layer / Your layer <http://tensorlayer.readthedocs.io/en/stable/modules/layers.html>`_ |
| 20 | +read the source code of TensorLayer and the `Understand layer / Your layer <http://tensorlayer.readthedocs.io/en/stable/modules/layers.html>`__ |
21 | 21 | in this website, you will find the abstract methods are very simple for everyone.
|
22 | 22 | Reading the source codes helps you to better understand TensorFlow and allows
|
23 | 23 | you to implement your own methods easily. For discussion, we recommend
|
24 |
| -`Gitter <https://gitter.im/tensorlayer/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge>`_, |
25 |
| -`Help Wanted Issues <https://waffle.io/zsdonghao/tensorlayer>`_, |
26 |
| -`QQ group <https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png>`_ |
27 |
| -and `Wechat group <https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md>`_. |
| 24 | +`Gitter <https://gitter.im/tensorlayer/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge>`__, |
| 25 | +`Help Wanted Issues <https://waffle.io/tensorlayer/tensorlayer>`__, |
| 26 | +`QQ group <https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png>`__ |
| 27 | +and `Wechat group <https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md>`__. |
28 | 28 |
|
29 | 29 | Beginner
|
30 | 30 | ^^^^^^^^^^^^^^
|
31 |
| -For people who new to deep learning, the contirbutors provided a number of tutorials in this website, these tutorials will guide you to understand autoencoder, convolutional neural network, recurrent neural network, word embedding and deep reinforcement learning and etc. If your already understand the basic of deep learning, we recommend you to skip the tutorials and read the example codes on `Github <https://github.com/zsdonghao/tensorlayer>`_ , then implement an example from scratch. |
| 31 | +For people who new to deep learning, the contirbutors provided a number of tutorials in this website, these tutorials will guide you to understand autoencoder, convolutional neural network, recurrent neural network, word embedding and deep reinforcement learning and etc. If your already understand the basic of deep learning, we recommend you to skip the tutorials and read the example codes on `Github <https://github.com/tensorlayer/tensorlayer>`__ , then implement an example from scratch. |
32 | 32 |
|
33 | 33 | Engineer
|
34 | 34 | ^^^^^^^^^^^^^
|
35 | 35 | For people from industry, the contirbutors provided mass format-consistent examples covering computer vision, natural language processing and reinforcement learning. Besides, there are also many TensorFlow users already implemented product-level examples including image captioning, semantic/instance segmentation, machine translation, chatbot and etc, which can be found online.
|
36 |
| -It is worth noting that a wrapper especially for computer vision `Tf-Slim <https://github.com/tensorflow/models/tree/master/slim#Pretrained>`_ can be connected with TensorLayer seamlessly. |
| 36 | +It is worth noting that a wrapper especially for computer vision `Tf-Slim <https://github.com/tensorflow/models/tree/master/slim#Pretrained>`__ can be connected with TensorLayer seamlessly. |
37 | 37 | Therefore, you may able to find the examples that can be used in your project.
|
38 | 38 |
|
39 | 39 | Researcher
|
40 | 40 | ^^^^^^^^^^^^^
|
41 | 41 | For people from academic, TensorLayer was originally developed by PhD students who facing issues with other libraries on implement novel algorithm. Installing TensorLayer in editable mode is recommended, so you can extend your methods in TensorLayer.
|
42 |
| -For researches related to image such as image captioning, visual QA and etc, you may find it is very helpful to use the existing `Tf-Slim pre-trained models <https://github.com/tensorflow/models/tree/master/slim#Pretrained>`_ with TensorLayer (a specially layer for connecting Tf-Slim is provided). |
| 42 | +For researches related to image such as image captioning, visual QA and etc, you may find it is very helpful to use the existing `Tf-Slim pre-trained models <https://github.com/tensorflow/models/tree/master/slim#Pretrained>`__ with TensorLayer (a specially layer for connecting Tf-Slim is provided). |
43 | 43 |
|
44 | 44 |
|
45 | 45 | Exclude some layers from training
|
|
0 commit comments