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: docs/user/contributing.rst
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,10 @@
4
4
Contributing
5
5
===============
6
6
7
-
TensorLayer 2.0 is a major ongoing research project in CFCS, Peking Univeristy, and the first version was established at Imperial College in 2016.
8
-
The goal of the project is to develop a compositional language while complex learning systems
7
+
TensorLayer 2.0 is a major ongoing research project in CFCS, Peking University, the first version was established at Imperial College London in 2016. The goal of the project is to develop a compositional language while complex learning systems
9
8
can be built through composition of neural network modules.
10
9
11
-
Numerous contributors come from various horizons such as: Imperial College, Tsinghua University, Carnegie Mellon University, University of Technology of Compiegne,
12
-
Google, Microsoft, Bloomberg and etc.
10
+
Numerous contributors come from various horizons such as: Imperial College London, Tsinghua University, Carnegie Mellon University, Stanford, University of Technology of Compiegne, Google, Microsoft, Bloomberg and etc.
13
11
14
12
You can easily open a Pull Request (PR) on `GitHub`_, every little step counts and will be credited.
15
13
As an open-source project, we highly welcome and value contributions!
@@ -25,7 +23,6 @@ As an open-source project, we highly welcome and value contributions!
25
23
Project Maintainers
26
24
--------------------------
27
25
28
-
29
26
The TensorLayer project was started by `Hao Dong <https://zsdonghao.github.io>`_ at Imperial College London in June 2016.
30
27
31
28
For TensorLayer 2.x, it is now actively developing and maintaining by the following people who has more than 50 contributions:
@@ -54,10 +51,9 @@ What to contribute
54
51
Your method and example
55
52
~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
53
57
-
If you have a new method or example in terms of Deep learning and Reinforcement learning,
58
-
you are welcome to contribute.
54
+
If you have a new method or example in terms of Deep learning or Reinforcement learning, you are welcome to contribute.
59
55
60
-
* Provide your layer or example, so everyone can use it.
56
+
* Provide your layers or examples, so everyone can use it.
61
57
* Explain how it would work, and link to a scientific paper if applicable.
62
58
* Keep the scope as narrow as possible, to make it easier to implement.
0 commit comments