-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmodel.json
More file actions
1 lines (1 loc) · 1.29 KB
/
model.json
File metadata and controls
1 lines (1 loc) · 1.29 KB
1
{"class_name": "Sequential", "keras_version": "1.2.1", "config": [{"class_name": "Dense", "config": {"W_constraint": null, "b_constraint": null, "name": "dense_1", "output_dim": 1024, "activity_regularizer": null, "trainable": true, "init": "uniform", "bias": true, "input_dtype": "float32", "input_dim": 8, "b_regularizer": null, "W_regularizer": null, "activation": "softplus", "batch_input_shape": [null, 8]}}, {"class_name": "Dropout", "config": {"p": 0.7342146978592597, "trainable": true, "name": "dropout_1"}}, {"class_name": "Dense", "config": {"W_constraint": null, "b_constraint": null, "name": "dense_2", "activity_regularizer": null, "trainable": true, "init": "glorot_uniform", "bias": true, "input_dim": 1024, "b_regularizer": null, "W_regularizer": null, "activation": "linear", "output_dim": 512}}, {"class_name": "Activation", "config": {"activation": "softplus", "trainable": true, "name": "activation_1"}}, {"class_name": "Dropout", "config": {"p": 0.692539034315719, "trainable": true, "name": "dropout_2"}}, {"class_name": "Dense", "config": {"W_constraint": null, "b_constraint": null, "name": "dense_3", "activity_regularizer": null, "trainable": true, "init": "uniform", "bias": true, "input_dim": 512, "b_regularizer": null, "W_regularizer": null, "activation": "sigmoid", "output_dim": 1}}]}