Skip to content

Instantly share code, notes, and snippets.

@tomthetrainer
Created November 28, 2016 04:49
Show Gist options
  • Select an option

  • Save tomthetrainer/ee71c4b31f129810fda85c5b6a7035ef to your computer and use it in GitHub Desktop.

Select an option

Save tomthetrainer/ee71c4b31f129810fda85c5b6a7035ef to your computer and use it in GitHub Desktop.
{"keras_version": "1.1.0", "config": [{"config": {"trainable": true, "batch_input_shape": [null, 4], "input_dtype": "float32", "activity_regularizer": null, "W_constraint": null, "W_regularizer": null, "activation": "relu", "output_dim": 4, "b_constraint": null, "bias": true, "name": "dense_1", "b_regularizer": null, "input_dim": 4, "init": "glorot_uniform"}, "class_name": "Dense"}, {"config": {"W_constraint": null, "init": "glorot_uniform", "activity_regularizer": null, "trainable": true, "W_regularizer": null, "activation": "sigmoid", "output_dim": 3, "b_constraint": null, "bias": true, "name": "dense_2", "b_regularizer": null, "input_dim": null}, "class_name": "Dense"}], "class_name": "Sequential"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment