aboutsummaryrefslogtreecommitdiff
path: root/layer/sigmoid.lua
Commit message (Expand)AuthorAge
* major change: use luarocks to manage projectDeterminant2015-06-22
* change concept of ParamRepo; provide generalized param update; code clean-up;...Determinant2015-06-20
* add get_params to all layersDeterminant2015-06-05
* add preprocessing layers and change layer constructor interfaceDeterminant2015-06-02
* add softmax + ce layer; test_dnn_layers produces the same result as TNetDeterminant2015-05-28
* should support multiple input/output for layersDeterminant2015-05-28
* ...Determinant2015-05-27
* add implementation for sigmoid layer (not tested)Determinant2015-05-27