| Commit message (Expand) | Author | Age |
... | |
| * | doc change about matrix | cloudygoose | 2015-06-02 |
| * | doc change about matrix | cloudygoose | 2015-06-02 |
| * | ... | cloudygoose | 2015-06-02 |
| |\ |
|
| * | | ... | cloudygoose | 2015-06-02 |
| * | | doc change | cloudygoose | 2015-06-01 |
* | | | fix a bug: input[1] should be input[2] (since Lua arrays are 1-based) | Determinant | 2015-06-02 |
* | | | add ParamRepo, LayerRepo, DAGLayer | Determinant | 2015-06-02 |
* | | | Merge branch 'master' of github.com:Determinant/nerv | Determinant | 2015-06-02 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge pull request #11 from cloudygoose/master | Ted Yin | 2015-06-01 |
| |\| |
|
| | * | ... | cloudygoose | 2015-06-01 |
| | * | added matrix doc | cloudygoose | 2015-06-01 |
| | * | ... | cloudygoose | 2015-05-31 |
| | |\ |
|
| | * | | ... | cloudygoose | 2015-05-31 |
* | | | | add preprocessing layers and change layer constructor interface | Determinant | 2015-06-02 |
|/ / / |
|
* | | | Merge branch 'master' of github.com:Determinant/nerv | Determinant | 2015-06-01 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge pull request #10 from cloudygoose/master | Ted Yin | 2015-05-31 |
| |\| |
|
| | * | doc change | cloudygoose | 2015-05-31 |
| | * | ... | cloudygoose | 2015-05-31 |
| | * | doc change | cloudygoose | 2015-05-31 |
| | * | ... | cloudygoose | 2015-05-31 |
| | |\
| | |/
| |/| |
|
| | * | Merge remote-tracking branch 'upstream/master' | cloudygoose | 2015-05-31 |
| | |\ |
|
| | * | | ... | cloudygoose | 2015-05-31 |
| | * | | modified doc/nerv.md | cloudygoose | 2015-05-31 |
* | | | | 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 |