aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* ready for alpha-2 releaseDeterminant2016-03-12
|
* add Penlight to facilitate file copying and dir makingDeterminant2016-03-03
|
* ...Determinant2016-03-02
|
* add network config for timit baselineDeterminant2016-02-29
|
* try a basic mergeDeterminant2016-02-15
|
* add cflag __NERV_FUTURE_CUDA_7Determinant2015-11-23
|
* put global transformation into a separate libraryDeterminant2015-08-05
|
* [a little big]matrix dim added, now use m:dim() to determine whether vector ↵cloudygoose2015-06-25
| | | | or matrix
* make clean addedcloudygoose2015-06-25
|
* use the standard nerv error reporting in io libDeterminant2015-06-25
|
* ...Determinant2015-06-22
|
* major change: use luarocks to manage projectDeterminant2015-06-22
|
* change concept of ParamRepo; provide generalized param update; code ↵Determinant2015-06-20
| | | | clean-up; #25 #26 #27 #29
* add CombinerLayer to support branches in NN; add MSELayerDeterminant2015-06-10
|
* doc changecloudygoose2015-06-08
|
* add get_params to all layersDeterminant2015-06-05
|
* add close method for ChunkFile, fix #18Determinant2015-06-05
|
* add profiling; add ce accurarcy; several other changesDeterminant2015-06-05
|
* demo now works (without random shuffle)Determinant2015-06-03
|
* add ParamRepo, LayerRepo, DAGLayerDeterminant2015-06-02
|
* add preprocessing layers and change layer constructor interfaceDeterminant2015-06-02
|
* rename param file to chunk file (intend to generalize it)Determinant2015-05-30
|
* move the destination of .so files to build/libDeterminant2015-05-30
|
* add submodule: speech (nerv-speech on github)Determinant2015-05-29
|
* add softmax + ce layer; test_dnn_layers produces the same result as TNetDeterminant2015-05-28
|
* add mul_elem and log_elem; add dimension checking in cumatrix methodsDeterminant2015-05-28
|
* sigmoid layer is now working; clean up MakefileDeterminant2015-05-28
|
* correct the oop_exampleDeterminant2015-05-26
|
* ...Determinant2015-05-25
|
* add write functionality to ParamFileDeterminant2015-05-24
|
* add utils.lua from PenlightDeterminant2015-05-24
|
* add param file implementationDeterminant2015-05-24
|
* add pl implementation for Lua classDeterminant2015-05-22
|
* add base class CuMatrix for CuMatrixFloat and CuMatrixDoubleDeterminant2015-05-22
|
* add double precision matrix implementationDeterminant2015-05-19
|
* add warning options to nvccDeterminant2015-05-18
|
* add rowsum for cumatrixDeterminant2015-05-18
|
* add sigmoid for cumatrixDeterminant2015-05-18
|
* add addition and multiplication for cumatrixDeterminant2015-05-17
|
* add cumatrixDeterminant2015-05-15
|
* use a global lua file to load othersDeterminant2015-05-15
|
* use C macro to implement matrix templateDeterminant2015-05-15
|
* add basic matrix implementationDeterminant2015-05-14
|
* correct typoes in MakefileDeterminant2015-05-14
|
* integrate luajit build process into makefileDeterminant2015-05-14
|
* initDeterminant2015-05-14