aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* 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 o...cloudygoose2015-06-25
* 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 clean-up;...Determinant2015-06-20
* 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
='#n327'>327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415