aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTed Yin <ted.sybil@gmail.com>2015-06-05 11:03:14 +0800
committerTed Yin <ted.sybil@gmail.com>2015-06-05 11:03:14 +0800
commit3bdb17da736a8fa15786c6d42aa19233c07e3f8a (patch)
tree27a0586e148ce53c2828effa2d9977e1619ad3dd /README.md
parentdf737041e4a9f3f55978cc74db9a9cea27fa9fa0 (diff)
parent92cc3cffec87dbebd1e79b51ead2d04b52fbd0d4 (diff)
Merge pull request #17 from cloudygoose/master
change doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d55672b..c37494c 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,12 @@ 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 matrix package is a basic package in __Nerv__ that is used to store and manipulate matrices.
+* __[The Nerv Parameter Package](doc/nerv_param.md)__
+The parameter package is used to store, read model parameters from file.
[luaT]:https://github.com/torch/torch7/tree/master/lib/luaT
[Torch]:https://github.com/torch