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
Commit message (
Expand
)
Author
Age
...
*
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
*
add add_row for cumatrix
Determinant
2015-05-26
*
Merge pull request #4 from cloudygoose/txh18-test
Ted Yin
2015-05-26
|
\
|
*
...
txh18
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
*
correct the oop_example
Determinant
2015-05-26
*
add "copy from/to cumatrix" functionality
Determinant
2015-05-25
*
clear redundant code in `param.c`
Determinant
2015-05-25
*
rewrite the oop example
Determinant
2015-05-25
*
add comments to nerv.c
Determinant
2015-05-25
*
...
Determinant
2015-05-25
*
move example files to a dedicated directory
Determinant
2015-05-25
*
remove old class example
Determinant
2015-05-25
*
add write functionality to ParamFile
Determinant
2015-05-24
*
add utils.lua from Penlight
Determinant
2015-05-24
*
add nerv.class and try to let Lua class inherit from ParamFile
Determinant
2015-05-24
*
Merge branch 'master' of https://github.com/Determinant/nerv
Determinant
2015-05-24
|
\
|
*
remove empty file matrix.c
Ted Yin
2015-05-23
*
|
add param file implementation
Determinant
2015-05-24
|
/
*
add pl implementation for Lua class
Determinant
2015-05-22
*
remove unnecessary pushvalue
Determinant
2015-05-22
*
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
*
remove useless macro
Determinant
2015-05-21
*
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
*
...
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
*
add matrix indexing support
Determinant
2015-05-14
*
add basic matrix implementation
Determinant
2015-05-14
*
...
Determinant
2015-05-14
*
correct typoes in Makefile
Determinant
2015-05-14
*
integrate luajit build process into makefile
Determinant
2015-05-14
*
init
Determinant
2015-05-14
[prev]