Skip to content

Tags: dlotw/libdnn

Tags

v1.01.2

Toggle v1.01.2's commit message
Remove const_cast to prevent unexpected behavior

v1.01.1

Toggle v1.01.1's commit message
Easy example codes

v1.01

Toggle v1.01's commit message
Batch predictions and Large-scale RBM.

v1.0

Toggle v1.0's commit message
Save RBM to file directly without class DNN

v0.99.9

Toggle v0.99.9's commit message
Batch preditions for extremely large amount of data.

v0.99.6

Toggle v0.99.6's commit message
Refactoring on FeatureTransform by adding feedBackward to handle all …

…the dirty works.

(the downsides came from speeding up by reserving one more column in _w)

v0.99.2.1

Toggle v0.99.2.1's commit message
Minor bug fixed.

v0.99.2

Toggle v0.99.2's commit message
Speed up x3 ~ x7 by transposing memory topology in Host so that the m…

…emory of data in every mini-batch become contiguous.

This reduce the amount of memory needed to copy from Host to Device.

v0.99.1

Toggle v0.99.1's commit message
Provide Feed Forward without hidden outputs to save memory.

v0.99

Toggle v0.99's commit message
Kept data in host memory. Copy them to device only when needed. Also,…

… remove _dw to save memory by integrate it with _w using cublas gemm.