aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortxh18 <cloudygooseg@gmail.com>2015-10-25 22:36:59 +0800
committertxh18 <cloudygooseg@gmail.com>2015-10-25 22:36:59 +0800
commit3ed8ac191755f2d74dac7e257781efc07abb5e33 (patch)
tree73316d4ef67f0b26da9c5747202d749b0d3b0bb3 /README.md
parent64fce92b7845b716f3c168036691c37b2467d99b (diff)
changed doc pointer in the main markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8c21bd9..5926f63 100644
--- a/README.md
+++ b/README.md
@@ -28,19 +28,19 @@ The pull&merge request can be found on your dashboard in github. See this [sync-
##Nerv Packages##
* __luaT__
Nerv uses [luaT]\(a [Torch] library\) to define lua class in C.
-* __[The Nerv OOP](doc/nerv_class.md)__
+* __[The Nerv OOP](nerv/doc/nerv_class.md)__
Enables object-oriented programming in Nerv.
-* __[The Nerv utility functions](doc/nerv.md)__
+* __[The Nerv utility functions](nerv/doc/nerv.md)__
Inlcudes some utility functions from luaT to implement __Nerv.Class__.
-* __[The Nerv Matrix Package](doc/nerv_matrix.md)__
+* __[The Nerv Matrix Package](nerv/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 Nerv IO Package](nerv/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 Nerv Parameter Package](nerv/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 Nerv Layer Package](nerv/doc/nerv_layer.md)__
The layer package is used to define propagation and backpropagation of different type of layers.
-* __[The Nerv NN Package](doc/nerv_nn.md)__
+* __[The Nerv NN Package](nerv/doc/nerv_nn.md)__
The nn package is for organizing a neural network, it contains __nerv.LayerRepo__, __nerv.ParamRepo__, and __nerv.DAGLayer__.
[luaT]:https://github.com/torch/torch7/tree/master/lib/luaT
[Torch]:https://github.com/torch