aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAge
* fix minor bugs in cumatrix; clean up part of codeDeterminant2015-06-07
* fix memory leak in profiling; other minor changesDeterminant2015-06-07
* ...Determinant2015-06-06
* add ASR DNN trainerDeterminant2015-06-06
* add get_params to all layersDeterminant2015-06-05
* add close method for ChunkFile, fix #18Determinant2015-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
* 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
* add mul_elem and log_elem; add dimension checking in cumatrix methodsDeterminant2015-05-28
* Merge branch 'master' of https://github.com/cloudygoose/nerv into cloudygoose...Determinant2015-05-28
|\
| * modified copy_from(d/h), copy_to(d/h)txh182015-05-27
* | change softmax to in-place operation and fix memory leakDeterminant2015-05-28
|/
* ...txh182015-05-26
* added nerv_matrix_(get_dataref_value) and tested in examples/mmatrix_example,...txh182015-05-26
* correct the oop_exampleDeterminant2015-05-26
* add "copy from/to cumatrix" functionalityDeterminant2015-05-25
* rewrite the oop exampleDeterminant2015-05-25
* ...Determinant2015-05-25
* move example files to a dedicated directoryDeterminant2015-05-25