diff options
author | Ted Yin <[email protected]> | 2015-06-11 09:11:38 +0800 |
---|---|---|
committer | Ted Yin <[email protected]> | 2015-06-11 09:11:38 +0800 |
commit | c3db7ffba45b7e4d0a1d76281e187b3f88129db9 (patch) | |
tree | a8368a0ba19b07b3ce3cac7bd8cce9e250637030 /README.md | |
parent | bff401bc996962396f893e9b4fbb3535dfd27f93 (diff) | |
parent | 71f639f82fd7f238568ae86e54afaed17951b290 (diff) |
Merge pull request #24 from cloudygoose/master
add example for layer module
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ The IO package is used to read and write parameters to file. 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. - +* __[The Nerv NN Package](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 [sync-help]:https://help.github.com/articles/syncing-a-fork/ |