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
/
Makefile
Commit message (
Collapse
)
Author
Age
*
[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
|
*
use the standard nerv error reporting in io lib
Determinant
2015-06-25
|
*
...
Determinant
2015-06-22
|
*
major change: use luarocks to manage project
Determinant
2015-06-22
|
*
change concept of ParamRepo; provide generalized param update; code ↵
Determinant
2015-06-20
|
|
|
|
clean-up; #25 #26 #27 #29
*
add CombinerLayer to support branches in NN; add MSELayer
Determinant
2015-06-10
|
*
doc change
cloudygoose
2015-06-08
|
*
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
|
*
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
|
*
move the destination of .so files to build/lib
Determinant
2015-05-30
|
*
add submodule: speech (nerv-speech on github)
Determinant
2015-05-29
|
*
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
|
*
sigmoid layer is now working; clean up Makefile
Determinant
2015-05-28
|
*
correct the oop_example
Determinant
2015-05-26
|
*
...
Determinant
2015-05-25
|
*
add write functionality to ParamFile
Determinant
2015-05-24
|
*
add utils.lua from Penlight
Determinant
2015-05-24
|
*
add param file implementation
Determinant
2015-05-24
|
*
add pl implementation for Lua class
Determinant
2015-05-22
|
*
add base class CuMatrix for CuMatrixFloat and CuMatrixDouble
Determinant
2015-05-22
|
*
add double precision matrix implementation
Determinant
2015-05-19
|
*
add warning options to nvcc
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
|
*
add basic matrix implementation
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