Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | lmptb ported to here | cloudygoose | 2015-07-23 |
| | |||
* | Merge pull request #37 from cloudygoose/master | Ted Yin | 2015-07-10 |
|\ | | | | | add matrix:clip & affine_recurrent layer | ||
| * | added clip to layer_conf | cloudygoose | 2015-07-10 |
| | | |||
| * | added affine_recurrent layer | cloudygoose | 2015-07-10 |
| | | |||
| * | added matrix:clip, TODO:testing | cloudygoose | 2015-07-08 |
| | | |||
| * | ... | cloudygoose | 2015-07-08 |
|/ | |||
* | Merge pull request #35 from cloudygoose/master | Ted Yin | 2015-07-02 |
|\ | | | | | fix memory leak: matrix not freed when the ref count is greater than zero | ||
| * | bug fix: Matrix space did not free | cloudygoose | 2015-07-02 |
| | | |||
* | | change doc | Determinant | 2015-06-26 |
|/ | |||
* | ... | Determinant | 2015-06-26 |
| | |||
* | Merge pull request #34 from cloudygoose/try-matrix-index | Ted Yin | 2015-06-26 |
|\ | | | | | add a temporary fix for matrix/vector indexing issue | ||
| * | softmax_ce colsum adapt to matrix change, using [0][0] | cloudygoose | 2015-06-26 |
| | | |||
| * | [a little big]matrix dim added, now use m:dim() to determine whether vector ↵ | cloudygoose | 2015-06-25 |
| | | | | | | | | or matrix | ||
| * | make clean added | cloudygoose | 2015-06-25 |
|/ | |||
* | Merge branch 'master' of github.com:Determinant/nerv | Determinant | 2015-06-25 |
|\ | | | | | | | | | | | | | Conflicts: nerv/doc/Makefile nerv/doc/source/conf.py nerv/doc/source/index.rst | ||
| * | add sphinx doc (see branch 'gh-pages') | Determinant | 2015-06-21 |
| | | |||
* | | use the conf generated by the latest sphinx | Determinant | 2015-06-25 |
|/ | |||
* | remove useless get_crit | Determinant | 2015-06-25 |
| | |||
* | use the standard nerv error reporting in io lib | Determinant | 2015-06-25 |
| | |||
* | separate non-Lua part of matrix code to a dedicated dir | Determinant | 2015-06-24 |
| | |||
* | separate non-Lua part of io code to a dedicated dir; code clean-up | Determinant | 2015-06-23 |
| | |||
* | ... | Determinant | 2015-06-22 |
| | |||
* | major change: use luarocks to manage project | Determinant | 2015-06-22 |
| | |||
* | Merge branch 'master' of github.com:Determinant/nerv | Determinant | 2015-06-21 |
|\ | |||
| * | add nerv.Matrix:generate() | Determinant | 2015-06-21 |
| | | |||
| * | Merge pull request #32 from cloudygoose/master | Ted Yin | 2015-06-21 |
| |\ | | | | | | | change doc | ||
| | * | Merge upstream 'parameter update big-change'. | cloudygoose | 2015-06-21 |
| | |\ | | |/ | |/| | | | | Merge remote-tracking branch 'upstream/master' | ||
| | * | git rebase | cloudygoose | 2015-06-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... ... ... ... .. .. ... .... ... ... .. ... ... ... ... ... ... ... ... ... ... ... ... ... ... git rebase ... ... ... doc change doc change ... added nerv.Matrix:randomize() ... doc change for DAGLayer bug fix in nerv.Matrix:random() doc change | ||
| | * | ... | cloudygoose | 2015-06-12 |
| | | | |||
| | * | ... | cloudygoose | 2015-06-12 |
| | | | |||
| | * | doc change | cloudygoose | 2015-06-12 |
| | | | |||
* | | | keep up with speech submodule | Determinant | 2015-06-21 |
|/ / | |||
* | | change concept of ParamRepo; provide generalized param update; code ↵ | Determinant | 2015-06-20 |
| | | | | | | | | clean-up; #25 #26 #27 #29 | ||
* | | Merge branch 'master' of https://github.com/Determinant/nerv | Determinant | 2015-06-16 |
|\| | |||
| * | Merge pull request #24 from cloudygoose/master | Ted Yin | 2015-06-11 |
| |\ | | | | | | | add example for layer module | ||
| | * | doc change(nn) | cloudygoose | 2015-06-10 |
| | | | |||
| | * | doc change(layer) | cloudygoose | 2015-06-10 |
| | | | |||
| | * | ... | cloudygoose | 2015-06-09 |
| | |\ | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' | ||
| | * | | .. | cloudygoose | 2015-06-09 |
| | | | | |||
| * | | | fix #23 | Determinant | 2015-06-11 |
| | | | | |||
* | | | | ... | Determinant | 2015-06-16 |
|/ / / | |||
* | | | ... | Determinant | 2015-06-10 |
| | | | |||
* | | | ... | Determinant | 2015-06-10 |
| | | | |||
* | | | add CombinerLayer to support branches in NN; add MSELayer | Determinant | 2015-06-10 |
| |/ |/| | |||
* | | Merge pull request #21 from cloudygoose/master | Ted Yin | 2015-06-09 |
|\| | | | | | add doc for layers | ||
| * | doc change... | cloudygoose | 2015-06-09 |
| | | |||
| * | ... | cloudygoose | 2015-06-09 |
| |\ | | | | | | | | | | Merge remote-tracking branch 'upstream/master' | ||
| * | | doc change | cloudygoose | 2015-06-08 |
| | | | |||
| * | | doc change | cloudygoose | 2015-06-08 |
| | | | |||
| * | | ... | cloudygoose | 2015-06-08 |
| |\ \ | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' |