aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * doc change about matrixcloudygoose2015-06-02
| * doc change about matrixcloudygoose2015-06-02
| * ...cloudygoose2015-06-02
| |\
| * | ...cloudygoose2015-06-02
| * | doc changecloudygoose2015-06-01
* | | fix a bug: input[1] should be input[2] (since Lua arrays are 1-based)Determinant2015-06-02
* | | add ParamRepo, LayerRepo, DAGLayerDeterminant2015-06-02
* | | Merge branch 'master' of github.com:Determinant/nervDeterminant2015-06-02
|\ \ \ | | |/ | |/|
| * | Merge pull request #11 from cloudygoose/masterTed Yin2015-06-01
| |\|
| | * ...cloudygoose2015-06-01
| | * added matrix doccloudygoose2015-06-01
| | * ...cloudygoose2015-05-31
| | |\
| | * | ...cloudygoose2015-05-31
* | | | add preprocessing layers and change layer constructor interfaceDeterminant2015-06-02
|/ / /
* | | Merge branch 'master' of github.com:Determinant/nervDeterminant2015-06-01
|\ \ \ | | |/ | |/|
| * | Merge pull request #10 from cloudygoose/masterTed Yin2015-05-31
| |\|
| | * doc changecloudygoose2015-05-31
| | * ...cloudygoose2015-05-31
| | * doc changecloudygoose2015-05-31
| | * ...cloudygoose2015-05-31
| | |\ | | |/ | |/|
| | * Merge remote-tracking branch 'upstream/master'cloudygoose2015-05-31
| | |\
| | * | ...cloudygoose2015-05-31
| | * | modified doc/nerv.mdcloudygoose2015-05-31
* | | | add expand_frm, rearrange_frm, scale_rowDeterminant2015-06-01
|/ / /
* | / add async copy by index; add MMatrixIntDeterminant2015-05-31
| |/ |/|
* | add error detection for misc cuda functionsDeterminant2015-05-31
|/
* rename param file to chunk file (intend to generalize it)Determinant2015-05-30
* Merge branch 'master' of github.com:Determinant/nervDeterminant2015-05-30
|\
| * Merge pull request #8 from cloudygoose/masterTed Yin2015-05-29
| |\
| | * ...cloudygoose2015-05-29
| | * modified documentation for nerv utilitycloudygoose2015-05-29
| | * ...cloudygoose2015-05-29
| | * README addedcloudygoose2015-05-29
| | * added nerv.typename, which is luaT_lua_typenametxh182015-05-29
* | | 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 cloudygoose...Determinant2015-05-28
|/|
| * 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