| { |
| "architectures": [ |
| "Sequential" |
| ], |
| "input_layers": [ |
| { |
| "class_name": "InputLayer", |
| "config": { |
| "batch_input_shape": [ |
| null, |
| 1 |
| ], |
| "dtype": "float32", |
| "sparse": false, |
| "ragged": false, |
| "name": "input_1" |
| } |
| } |
| ], |
| "layers": [ |
| { |
| "class_name": "Dense", |
| "config": { |
| "name": "dense", |
| "trainable": true, |
| "batch_input_shape": [ |
| null, |
| 1 |
| ], |
| "dtype": "float32", |
| "units": 64, |
| "activation": "relu", |
| "use_bias": true, |
| "kernel_initializer": { |
| "class_name": "GlorotUniform", |
| "config": { |
| "seed": null |
| } |
| }, |
| "bias_initializer": { |
| "class_name": "Zeros", |
| "config": {} |
| }, |
| "kernel_regularizer": null, |
| "bias_regularizer": null, |
| "activity_regularizer": null, |
| "kernel_constraint": null, |
| "bias_constraint": null |
| } |
| }, |
| { |
| "class_name": "Dense", |
| "config": { |
| "name": "dense_1", |
| "trainable": true, |
| "dtype": "float32", |
| "units": 32, |
| "activation": "relu", |
| "use_bias": true, |
| "kernel_initializer": { |
| "class_name": "GlorotUniform", |
| "config": { |
| "seed": null |
| } |
| }, |
| "bias_initializer": { |
| "class_name": "Zeros", |
| "config": {} |
| }, |
| "kernel_regularizer": null, |
| "bias_regularizer": null, |
| "activity_regularizer": null, |
| "kernel_constraint": null, |
| "bias_constraint": null |
| } |
| }, |
| { |
| "class_name": "Dense", |
| "config": { |
| "name": "dense_2", |
| "trainable": true, |
| "dtype": "float32", |
| "units": 2, |
| "activation": null, |
| "use_bias": true, |
| "kernel_initializer": { |
| "class_name": "GlorotUniform", |
| "config": { |
| "seed": null |
| } |
| }, |
| "bias_initializer": { |
| "class_name": "Zeros", |
| "config": {} |
| }, |
| "kernel_regularizer": null, |
| "bias_regularizer": null, |
| "activity_regularizer": null, |
| "kernel_constraint": null, |
| "bias_constraint": null |
| } |
| } |
| ], |
| "output_layers": [ |
| { |
| "class_name": "Dense", |
| "config": { |
| "name": "dense_2", |
| "trainable": true, |
| "dtype": "float32", |
| "units": 2, |
| "activation": null, |
| "use_bias": true, |
| "kernel_initializer": { |
| "class_name": "GlorotUniform", |
| "config": { |
| "seed": null |
| } |
| }, |
| "bias_initializer": { |
| "class_name": "Zeros", |
| "config": {} |
| }, |
| "kernel_regularizer": null, |
| "bias_regularizer": null, |
| "activity_regularizer": null, |
| "kernel_constraint": null, |
| "bias_constraint": null |
| } |
| } |
| ] |
| } |
|
|