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
/
matrix
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
*
add ASR DNN trainer
Determinant
2015-06-06
*
add close method for ChunkFile, fix #18
Determinant
2015-06-05
*
use -FLT_MAX as init value in rowmax; add sync code
Determinant
2015-06-05
*
fix #15
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
*
doc change about matrix
cloudygoose
2015-06-02
*
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
*
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 '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
|
/
*
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 fill for cumatrix
Determinant
2015-05-26
*
add add_row for cumatrix
Determinant
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
*
add "copy from/to cumatrix" functionality
Determinant
2015-05-25
*
add write functionality to ParamFile
Determinant
2015-05-24
*
add nerv.class and try to let Lua class inherit from ParamFile
Determinant
2015-05-24
*
add param file implementation
Determinant
2015-05-24
*
rename colsum to rowsum; add colsum implementation
Determinant
2015-05-22
*
...
Determinant
2015-05-22
*
add base class CuMatrix for CuMatrixFloat and CuMatrixDouble
Determinant
2015-05-22
*
add subtraction for cumatrix
Determinant
2015-05-19
*
...
Determinant
2015-05-19
*
add double precision matrix implementation
Determinant
2015-05-19
*
add warning options to nvcc
Determinant
2015-05-18
*
add softmax for cumatrix
Determinant
2015-05-18
*
add rowsum for cumatrix
Determinant
2015-05-18
*
add sigmoid for cumatrix
Determinant
2015-05-18
*
add addition and multiplication for cumatrix
Determinant
2015-05-17
*
add cumatrix
Determinant
2015-05-15
*
use a global lua file to load others
Determinant
2015-05-15
*
use C macro to implement matrix template
Determinant
2015-05-15