| Commit message (Expand) | Author | Age |
... | |
* | | | | add expand_frm, rearrange_frm, scale_row | Determinant | 2015-06-01 |
|/ / / |
|
* | / | add async copy by index; add MMatrixInt | Determinant | 2015-05-31 |
| |/
|/| |
|
* | | add error detection for misc cuda functions | Determinant | 2015-05-31 |
|/ |
|
* | rename param file to chunk file (intend to generalize it) | Determinant | 2015-05-30 |
* | Merge branch 'master' of github.com:Determinant/nerv | Determinant | 2015-05-30 |
|\ |
|
| * | Merge pull request #8 from cloudygoose/master | Ted Yin | 2015-05-29 |
| |\ |
|
| | * | ... | cloudygoose | 2015-05-29 |
| | * | modified documentation for nerv utility | cloudygoose | 2015-05-29 |
| | * | ... | cloudygoose | 2015-05-29 |
| | * | README added | cloudygoose | 2015-05-29 |
| | * | added nerv.typename, which is luaT_lua_typename | txh18 | 2015-05-29 |
* | | | move the destination of .so files to build/lib | Determinant | 2015-05-30 |
|/ / |
|
* / | add submodule: speech (nerv-speech on github) | Determinant | 2015-05-29 |
|/ |
|
* | add softmax + ce layer; test_dnn_layers produces the same result as TNet | Determinant | 2015-05-28 |
* | add mul_elem and log_elem; add dimension checking in cumatrix methods | Determinant | 2015-05-28 |
* | should support multiple input/output for layers | Determinant | 2015-05-28 |
* | Merge branch 'cloudygoose-master' | Determinant | 2015-05-28 |
|\ |
|
| * | Merge branch 'master' of https://github.com/cloudygoose/nerv into cloudygoose... | Determinant | 2015-05-28 |
|/| |
|
| * | modified copy_from(d/h), copy_to(d/h) | txh18 | 2015-05-27 |
| * | ... | txh18 | 2015-05-27 |
* | | change softmax to in-place operation and fix memory leak | Determinant | 2015-05-28 |
* | | sigmoid layer is now working; clean up Makefile | Determinant | 2015-05-28 |
|/ |
|
* | ... | Determinant | 2015-05-27 |
* | add implementation for sigmoid layer (not tested) | Determinant | 2015-05-27 |
* | fix a severe bug in memory management of userdata | Determinant | 2015-05-26 |
* | add affine layer implementation | Determinant | 2015-05-26 |
* | add fill for cumatrix | Determinant | 2015-05-26 |
* | add add_row for cumatrix | Determinant | 2015-05-26 |
* | Merge pull request #4 from cloudygoose/txh18-test | Ted Yin | 2015-05-26 |
|\ |
|
| * | ... | txh18 | 2015-05-26 |
| * | added nerv_matrix_(get_dataref_value) and tested in examples/mmatrix_example,... | txh18 | 2015-05-26 |
|/ |
|
* | ... | Determinant | 2015-05-26 |
* | add layer and param | Determinant | 2015-05-26 |
* | correct the oop_example | Determinant | 2015-05-26 |
* | add "copy from/to cumatrix" functionality | Determinant | 2015-05-25 |
* | clear redundant code in `param.c` | Determinant | 2015-05-25 |
* | rewrite the oop example | Determinant | 2015-05-25 |
* | add comments to nerv.c | Determinant | 2015-05-25 |
* | ... | Determinant | 2015-05-25 |
* | move example files to a dedicated directory | Determinant | 2015-05-25 |
* | remove old class example | Determinant | 2015-05-25 |
* | add write functionality to ParamFile | Determinant | 2015-05-24 |
* | add utils.lua from Penlight | Determinant | 2015-05-24 |
* | add nerv.class and try to let Lua class inherit from ParamFile | Determinant | 2015-05-24 |
* | Merge branch 'master' of https://github.com/Determinant/nerv | Determinant | 2015-05-24 |
|\ |
|
| * | remove empty file matrix.c | Ted Yin | 2015-05-23 |
* | | add param file implementation | Determinant | 2015-05-24 |
|/ |
|
* | add pl implementation for Lua class | Determinant | 2015-05-22 |
* | remove unnecessary pushvalue | Determinant | 2015-05-22 |
* | rename colsum to rowsum; add colsum implementation | Determinant | 2015-05-22 |