Mercurial > repos > bgruening > sklearn_discriminant_classifier
comparison test-data/keras03.json @ 41:d769d83ec796 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 9981e25b00de29ed881b2229a173a8c812ded9bb
author | bgruening |
---|---|
date | Wed, 09 Aug 2023 13:14:12 +0000 |
parents | 9bb505eafac9 |
children |
comparison
equal
deleted
inserted
replaced
40:4335cec181ba | 41:d769d83ec796 |
---|---|
1 {"class_name": "Sequential", "config": {"name": "sequential_1", "layers": [{"class_name": "Dense", "config": {"name": "dense_1", "trainable": true, "batch_input_shape": [null, 17], "dtype": "float32", "units": 100, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": 0}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}}, {"class_name": "Dropout", "config": {"name": "dropout_1", "trainable": true, "rate": 0.1, "noise_shape": null, "seed": 0}}, {"class_name": "Dense", "config": {"name": "dense_2", "trainable": true, "units": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": 0}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}}]}, "keras_version": "2.2.4", "backend": "tensorflow"} | 1 { |
2 "class_name": "Sequential", | |
3 "config": { | |
4 "name": "sequential", | |
5 "layers": [ | |
6 { | |
7 "class_name": "InputLayer", | |
8 "config": { | |
9 "batch_input_shape": [ | |
10 null, | |
11 17 | |
12 ], | |
13 "dtype": "float32", | |
14 "sparse": false, | |
15 "ragged": false, | |
16 "name": "dense_input" | |
17 } | |
18 }, | |
19 { | |
20 "class_name": "Dense", | |
21 "config": { | |
22 "name": "dense", | |
23 "trainable": true, | |
24 "batch_input_shape": [ | |
25 null, | |
26 17 | |
27 ], | |
28 "dtype": "float32", | |
29 "units": 100, | |
30 "activation": "linear", | |
31 "use_bias": true, | |
32 "kernel_initializer": { | |
33 "class_name": "GlorotUniform", | |
34 "config": { | |
35 "seed": null | |
36 } | |
37 }, | |
38 "bias_initializer": { | |
39 "class_name": "Zeros", | |
40 "config": {} | |
41 }, | |
42 "kernel_regularizer": null, | |
43 "bias_regularizer": null, | |
44 "activity_regularizer": null, | |
45 "kernel_constraint": null, | |
46 "bias_constraint": null | |
47 } | |
48 }, | |
49 { | |
50 "class_name": "Dropout", | |
51 "config": { | |
52 "name": "dropout", | |
53 "trainable": true, | |
54 "dtype": "float32", | |
55 "rate": 0.1, | |
56 "noise_shape": null, | |
57 "seed": null | |
58 } | |
59 }, | |
60 { | |
61 "class_name": "Dense", | |
62 "config": { | |
63 "name": "dense_1", | |
64 "trainable": true, | |
65 "dtype": "float32", | |
66 "units": 1, | |
67 "activation": "linear", | |
68 "use_bias": true, | |
69 "kernel_initializer": { | |
70 "class_name": "GlorotUniform", | |
71 "config": { | |
72 "seed": null | |
73 } | |
74 }, | |
75 "bias_initializer": { | |
76 "class_name": "Zeros", | |
77 "config": {} | |
78 }, | |
79 "kernel_regularizer": null, | |
80 "bias_regularizer": null, | |
81 "activity_regularizer": null, | |
82 "kernel_constraint": null, | |
83 "bias_constraint": null | |
84 } | |
85 } | |
86 ] | |
87 }, | |
88 "keras_version": "2.10.0", | |
89 "backend": "tensorflow" | |
90 } |