-
Notifications
You must be signed in to change notification settings - Fork 207
/
GenericPropertiesCreator.props
74 lines (51 loc) · 1.69 KB
/
GenericPropertiesCreator.props
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
weka.dl4j.NeuralNetConfiguration =\
weka.dl4j
weka.dl4j.layers.DenseLayer =\
weka.dl4j.layers
weka.dl4j.layers.Layer =\
weka.dl4j.layers
weka.dl4j.distribution.Distribution =\
weka.dl4j.distribution
weka.dl4j.stepfunctions.StepFunction =\
weka.dl4j.stepfunctions
weka.dl4j.lossfunctions.LossFunction =\
weka.dl4j.lossfunctions
weka.dl4j.iterators.instance.AbstractInstanceIterator =\
weka.dl4j.iterators.instance,\
weka.dl4j.iterators.instance.sequence,\
weka.dl4j.iterators.instance.sequence.text.cnn,\
weka.dl4j.iterators.instance.sequence.text.rnn
weka.dl4j.iterators.instance.ImageInstanceIterator =\
weka.dl4j.iterators.instance
weka.dl4j.activations.Activation =\
weka.dl4j.activations
weka.dl4j.zoo.AbstractZooModel =\
weka.dl4j.zoo
weka.dl4j.listener.TrainingListener =\
weka.dl4j.listener
weka.dl4j.updater.Updater =\
weka.dl4j.updater
weka.dl4j.dropout.AbstractDropout =\
weka.dl4j.dropout
weka.dl4j.schedules.Schedule =\
weka.dl4j.schedules
weka.dl4j.weightnoise.AbstractWeightNoise =\
weka.dl4j.weightnoise
weka.dl4j.earlystopping.EarlyStopping =\
weka.dl4j.earlystopping
weka.dl4j.text.tokenization.preprocessor.TokenPreProcess =\
weka.dl4j.text.tokenization.preprocessor
weka.dl4j.text.tokenization.tokenizer.factory.TokenizerFactory =\
weka.dl4j.text.tokenization.tokenizer.factory
weka.dl4j.text.stopwords.Dl4jAbstractStopwords =\
weka.dl4j.text.stopwords
weka.core.LogConfiguration =\
weka.core
weka.dl4j.inference.Dl4jCNNExplorer =\
weka.dl4j.inference
weka.dl4j.inference.ModelOutputDecoder =\
weka.dl4j.inference
weka.dl4j.inference.CustomModelSetup =\
weka.dl4j.inference
weka.dl4j.interpretability.AbstractCNNSaliencyMapWrapper =\
weka.dl4j.interpretability