aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAge
* fix minor bugs in cumatrix; clean up part of codeDeterminant2015-06-07
* fix memory leak in profiling; other minor changesDeterminant2015-06-07
* ...Determinant2015-06-06
* add ASR DNN trainerDeterminant2015-06-06
* 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
* fix a bug: input[1] should be input[2] (since Lua arrays are 1-based)Determinant2015-06-02
* 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
* 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
* Merge branch 'master' of https://github.com/cloudygoose/nerv into cloudygoose...Determinant2015-05-28
|\
| * modified copy_from(d/h), copy_to(d/h)txh182015-05-27
* | change softmax to in-place operation and fix memory leakDeterminant2015-05-28
|/
* ...txh182015-05-26
* added nerv_matrix_(get_dataref_value) and tested in examples/mmatrix_example,...txh182015-05-26
* correct the oop_exampleDeterminant2015-05-26
* add "copy from/to cumatrix" functionalityDeterminant2015-05-25
* rewrite the oop exampleDeterminant2015-05-25
* ...Determinant2015-05-25
* move example files to a dedicated directoryDeterminant2015-05-25
/pre>
a6b9dad ^







c708974 ^
0d665c8 ^







c708974 ^
a6b9dad ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80