-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
107 lines (106 loc) · 2.79 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
107
# Generated by roxygen2: do not edit by hand
S3method("+",ruta_network)
S3method("[",ruta_network)
S3method(apply_filter,ruta_noise_cauchy)
S3method(apply_filter,ruta_noise_gaussian)
S3method(apply_filter,ruta_noise_ones)
S3method(apply_filter,ruta_noise_saltpepper)
S3method(apply_filter,ruta_noise_zeros)
S3method(as_loss,character)
S3method(as_loss,ruta_loss)
S3method(as_network,integer)
S3method(as_network,numeric)
S3method(as_network,ruta_layer)
S3method(as_network,ruta_network)
S3method(c,ruta_network)
S3method(generate,ruta_autoencoder_variational)
S3method(plot,ruta_network)
S3method(predict,ruta_autoencoder)
S3method(print,ruta_autoencoder)
S3method(print,ruta_loss)
S3method(print,ruta_loss_named)
S3method(print,ruta_network)
S3method(to_keras,ruta_autoencoder)
S3method(to_keras,ruta_autoencoder_variational)
S3method(to_keras,ruta_layer_conv)
S3method(to_keras,ruta_layer_custom)
S3method(to_keras,ruta_layer_dense)
S3method(to_keras,ruta_layer_input)
S3method(to_keras,ruta_layer_variational)
S3method(to_keras,ruta_loss_contraction)
S3method(to_keras,ruta_loss_correntropy)
S3method(to_keras,ruta_loss_named)
S3method(to_keras,ruta_loss_variational)
S3method(to_keras,ruta_network)
S3method(to_keras,ruta_sparsity)
S3method(to_keras,ruta_weight_decay)
S3method(train,ruta_autoencoder)
export(add_weight_decay)
export(apply_filter)
export(as_loss)
export(as_network)
export(autoencode)
export(autoencoder)
export(autoencoder_contractive)
export(autoencoder_denoising)
export(autoencoder_robust)
export(autoencoder_sparse)
export(autoencoder_variational)
export(configure)
export(contraction)
export(conv)
export(correntropy)
export(decode)
export(dense)
export(dropout)
export(encode)
export(evaluate_binary_accuracy)
export(evaluate_binary_crossentropy)
export(evaluate_kullback_leibler_divergence)
export(evaluate_mean_absolute_error)
export(evaluate_mean_squared_error)
export(evaluation_metric)
export(generate)
export(input)
export(is_contractive)
export(is_denoising)
export(is_robust)
export(is_sparse)
export(is_trained)
export(is_variational)
export(layer_keras)
export(load_from)
export(loss_variational)
export(make_contractive)
export(make_denoising)
export(make_robust)
export(make_sparse)
export(new_autoencoder)
export(new_layer)
export(new_network)
export(noise)
export(noise_cauchy)
export(noise_gaussian)
export(noise_ones)
export(noise_saltpepper)
export(noise_zeros)
export(output)
export(reconstruct)
export(save_as)
export(sparsity)
export(to_keras)
export(train)
export(variational_block)
import(R.utils)
import(graphics)
importFrom(purrr,"%||%")
importFrom(purrr,as_vector)
importFrom(purrr,cross_df)
importFrom(purrr,detect_index)
importFrom(purrr,every)
importFrom(purrr,flatten)
importFrom(purrr,is_scalar_vector)
importFrom(purrr,map)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(tensorflow,tf)