index
:
nerv
bugfix-matrixfree
fastnn
gh-pages
master
rnn
tnn
wrapped-handles
Lua-based toolkit for high-performance deep learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
*
fix minor bugs in cumatrix; clean up part of code
Determinant
2015-06-07
*
fix memory leak in profiling; other minor changes
Determinant
2015-06-07
*
...
Determinant
2015-06-06
*
add ASR DNN trainer
Determinant
2015-06-06
*
add get_params to all layers
Determinant
2015-06-05
*
add close method for ChunkFile, fix #18
Determinant
2015-06-05
*
add profiling; add ce accurarcy; several other changes
Determinant
2015-06-05
*
demo now works (without random shuffle)
Determinant
2015-06-03
*
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
*
add preprocessing layers and change layer constructor interface
Determinant
2015-06-02
*
rename param file to chunk file (intend to generalize it)
Determinant
2015-05-30
*
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
*
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
*
|
change softmax to in-place operation and fix memory leak
Determinant
2015-05-28
|
/
*
...
txh18
2015-05-26
*
added nerv_matrix_(get_dataref_value) and tested in examples/mmatrix_example,...
txh18
2015-05-26
*
correct the oop_example
Determinant
2015-05-26
*
add "copy from/to cumatrix" functionality
Determinant
2015-05-25
*
rewrite the oop example
Determinant
2015-05-25
*
...
Determinant
2015-05-25
*
move example files to a dedicated directory
Determinant
2015-05-25