aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTed Yin <ted.sybil@gmail.com>2015-06-09 17:28:16 +0800
committerTed Yin <ted.sybil@gmail.com>2015-06-09 17:28:16 +0800
commitc20af45d0756d5d3004105da10e51d42a382ad66 (patch)
treef646f82082aad806676fe42d16b35b5bda1e0b8c /README.md
parent480de75f52a4f185546978da023a77e27a8644c3 (diff)
parent3e07a536a89badff65fc81f56bb19cc69291396e (diff)
Merge pull request #21 from cloudygoose/master
add doc for layers
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c37494c..f825e57 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,14 @@ Nerv uses [luaT]\(a [Torch] library\) to define lua class in C.
Enables object-oriented programming in Nerv.
* __[The Nerv utility functions](doc/nerv.md)__
Inlcudes some utility functions from luaT to implement __Nerv.Class__.
-* __[The Nerv IO Package](doc/nerv_io.md)__
-The IO package is used to read and write parameters to file.
* __[The Nerv Matrix Package](doc/nerv_matrix.md)__
The matrix package is a basic package in __Nerv__ that is used to store and manipulate matrices.
+* __[The Nerv IO Package](doc/nerv_io.md)__
+The IO package is used to read and write parameters to file.
* __[The Nerv Parameter Package](doc/nerv_param.md)__
The parameter package is used to store, read model parameters from file.
+* __[The Nerv Layer Package](doc/nerv_layer.md)__
+The layer package is used to define propagation and backpropagation of different type of layers.
[luaT]:https://github.com/torch/torch7/tree/master/lib/luaT
[Torch]:https://github.com/torch