diff options
author | Determinant <[email protected]> | 2015-06-16 12:46:41 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-16 12:46:41 +0800 |
commit | 2ab9610a4fff798c1668cdc041515256fa813865 (patch) | |
tree | 3450e26ef7ea5eaeec870bbddb3c33c512320a6e /README.md | |
parent | 341b8b8c57cc4ee6f3fb940f00d9c8265e0b42a5 (diff) | |
parent | c3db7ffba45b7e4d0a1d76281e187b3f88129db9 (diff) |
Merge branch 'master' of https://github.com/Determinant/nerv
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/ |