aboutsummaryrefslogtreecommitdiff
path: root/layer/softmax_ce.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 CombinerLayer to support branches in NN; add MSELayerDeterminant2015-06-10
* fix #20Determinant2015-06-09
* fix #22Determinant2015-06-09
* ...Determinant2015-06-08
* add get_params to all layersDeterminant2015-06-05
* add profiling; add ce accurarcy; several other changesDeterminant2015-06-05
* demo now works (without random shuffle)Determinant2015-06-03
* fix a bug: input[1] should be input[2] (since Lua arrays are 1-based)Determinant2015-06-02
* 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