aboutsummaryrefslogtreecommitdiff
path: root/layer
Commit message (Expand)AuthorAge
* ...Determinant2015-06-10
* 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 ParamRepo, LayerRepo, DAGLayerDeterminant2015-06-02
* add preprocessing layers and change layer constructor interfaceDeterminant2015-06-02
* add expand_frm, rearrange_frm, scale_rowDeterminant2015-06-01
* rename param file to chunk file (intend to generalize it)Determinant2015-05-30
* 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
* fix a severe bug in memory management of userdataDeterminant2015-05-26
* add affine layer implementationDeterminant2015-05-26
* add fill for cumatrixDeterminant2015-05-26
* add add_row for cumatrixDeterminant2015-05-26
* add layer and paramDeterminant2015-05-26