diff options
author | cloudygoose <[email protected]> | 2015-06-10 22:12:25 +0800 |
---|---|---|
committer | cloudygoose <[email protected]> | 2015-06-10 22:12:25 +0800 |
commit | 71f639f82fd7f238568ae86e54afaed17951b290 (patch) | |
tree | 9f47c6ec3763ece1f2429dec61112be4114c0cd0 /README.md | |
parent | 0214279d97c4146d9d4d6fe23cc3209924937f35 (diff) |
doc change(nn)
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/ |