-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
106 lines (105 loc) · 2.47 KB
/
NAMESPACE
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Generated by roxygen2: do not edit by hand
S3method(Backward,Conv)
S3method(Backward,DNN)
S3method(Backward,Dense)
S3method(Backward,Dropout)
S3method(Backward,Filter)
S3method(Backward,Identity)
S3method(Backward,MaxPool)
S3method(Backward,Parallel)
S3method(Backward,Reshape)
S3method(Backward,Sequential)
S3method(Backward,Softmax)
S3method(Forward,Conv)
S3method(Forward,DNN)
S3method(Forward,Dense)
S3method(Forward,Dropout)
S3method(Forward,Filter)
S3method(Forward,Identity)
S3method(Forward,MaxPool)
S3method(Forward,Parallel)
S3method(Forward,Reshape)
S3method(Forward,Sequential)
S3method(Forward,Softmax)
S3method(InitParameters,Conv)
S3method(InitParameters,DAG)
S3method(InitParameters,Dense)
S3method(InitParameters,Parallel)
S3method(InitParameters,Sequential)
S3method(InitParameters,default)
S3method(Strip,Conv)
S3method(Strip,DNN)
S3method(Strip,Dense)
S3method(Strip,Dropout)
S3method(Strip,Filter)
S3method(Strip,MaxPool)
S3method(Strip,Reshape)
S3method(Strip,Sequential)
S3method(Strip,Softmax)
S3method(Strip,default)
S3method(UpdateParameters,Conv)
S3method(UpdateParameters,DAG)
S3method(UpdateParameters,DNN)
S3method(UpdateParameters,Dense)
S3method(UpdateParameters,Parallel)
S3method(UpdateParameters,Sequential)
S3method(UpdateParameters,default)
S3method(learning,DNN)
S3method(predict,DNN)
S3method(predict,DNNClassifier)
S3method(predict,nnm)
S3method(predict,nnm.fit)
S3method(print,Conv)
S3method(print,DAG)
S3method(print,DNN)
S3method(print,Dense)
S3method(print,Dropout)
S3method(print,EmbeddingOne)
S3method(print,Loss)
S3method(print,Parallel)
S3method(print,Sequential)
S3method(print,Softmax)
S3method(print,nnm)
S3method(print,nnm.fit)
export(Activation)
export(Activation.Identity)
export(Activation.ReLU)
export(Activation.Sigmoid)
export(Backward)
export(BuildBatch)
export(Conv)
export(DAG)
export(DNN)
export(Dense)
export(Dropout)
export(Embedding)
export(EntropyLoss)
export(Filter)
export(Forward)
export(Identity)
export(InitParameters)
export(LoadMnist)
export(Loss)
export(MSELoss)
export(MaxPool)
export(Parallel)
export(PoissonLoss)
export(Reshape)
export(Sequential)
export(ShowDigit)
export(Softmax)
export(Strip)
export(UpdateParameters)
export(learning)
export(nnm)
export(nnm.fit)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,gray)
importFrom(graphics,image)
importFrom(stats,complete.cases)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(truncnorm,rtruncnorm)
useDynLib(nnm, .registration = TRUE)