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
/
generic
/
cumatrix.c
Commit message (
Collapse
)
Author
Age
*
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
|
*
Merge branch 'master' of https://github.com/cloudygoose/nerv into ↵
Determinant
2015-05-28
|
\
|
|
|
|
|
|
|
|
|
|
|
|
cloudygoose-master Conflicts: examples/cumatrix_from_mmatrix.lua
|
*
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
|
|
*
|
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
|
*
add "copy from/to cumatrix" functionality
Determinant
2015-05-25
|
*
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
|
*
add double precision matrix implementation
Determinant
2015-05-19