aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | move the destination of .so files to build/libDeterminant2015-05-30
|/ /
* / add submodule: speech (nerv-speech on github)Determinant2015-05-29
|/
* 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
|
* should support multiple input/output for layersDeterminant2015-05-28
|
* Merge branch 'cloudygoose-master'Determinant2015-05-28
|\
| * Merge branch 'master' of https://github.com/cloudygoose/nerv into ↵Determinant2015-05-28
|/| | | | | | | | | | | | | cloudygoose-master Conflicts: examples/cumatrix_from_mmatrix.lua
| * modified copy_from(d/h), copy_to(d/h)txh182015-05-27
| |
| * ...txh182015-05-27
| |
* | change softmax to in-place operation and fix memory leakDeterminant2015-05-28
| |
* | sigmoid layer is now working; clean up MakefileDeterminant2015-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
|
* Merge pull request #4 from cloudygoose/txh18-testTed Yin2015-05-26
|\ | | | | add nerv_matrix_(get_dataref_value) method
| * ...txh182015-05-26
| |
| * added nerv_matrix_(get_dataref_value) and tested in ↵txh182015-05-26
|/ | | | examples/mmatrix_example, however it is a little strange to return 101
* ...Determinant2015-05-26
|
* add layer and paramDeterminant2015-05-26
|
* correct the oop_exampleDeterminant2015-05-26
|
* add "copy from/to cumatrix" functionalityDeterminant2015-05-25
|
* clear redundant code in `param.c`Determinant2015-05-25
|
* rewrite the oop exampleDeterminant2015-05-25
|
* add comments to nerv.cDeterminant2015-05-25
|
* ...Determinant2015-05-25
|
* move example files to a dedicated directoryDeterminant2015-05-25
|
* remove old class exampleDeterminant2015-05-25
|
* add write functionality to ParamFileDeterminant2015-05-24
|
* add utils.lua from PenlightDeterminant2015-05-24
|
* add nerv.class and try to let Lua class inherit from ParamFileDeterminant2015-05-24
|
* Merge branch 'master' of https://github.com/Determinant/nervDeterminant2015-05-24
|\
| * remove empty file matrix.cTed Yin2015-05-23
| |
* | add param file implementationDeterminant2015-05-24
|/
* add pl implementation for Lua classDeterminant2015-05-22
|
* remove unnecessary pushvalueDeterminant2015-05-22
|
* rename colsum to rowsum; add colsum implementationDeterminant2015-05-22
|
* ...Determinant2015-05-22
|
* add base class CuMatrix for CuMatrixFloat and CuMatrixDoubleDeterminant2015-05-22
|
* remove useless macroDeterminant2015-05-21
|
* add subtraction for cumatrixDeterminant2015-05-19
|
* ...Determinant2015-05-19
|
* add double precision matrix implementationDeterminant2015-05-19
|
* add warning options to nvccDeterminant2015-05-18
|
* add softmax for cumatrixDeterminant2015-05-18
|
* add rowsum for cumatrixDeterminant2015-05-18
|
* add sigmoid for cumatrixDeterminant2015-05-18
|
* add addition and multiplication for cumatrixDeterminant2015-05-17
|