aboutsummaryrefslogtreecommitdiff
path: root/layer/sigmoid.lua
Commit message (Collapse)AuthorAge
* 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