Skip to content

Instantly share code, notes, and snippets.

@kvalv
Created October 20, 2017 09:20
Show Gist options
  • Select an option

  • Save kvalv/363d3b1a81f5eeb8b4e40a7ee4cb302b to your computer and use it in GitHub Desktop.

Select an option

Save kvalv/363d3b1a81f5eeb8b4e40a7ee4cb302b to your computer and use it in GitHub Desktop.
network_dimensions: [8, 100, 100, 100, 40, 10]
hidden_activation_function: tanh
output_activation_function: identity
loss_function: mse
learning_rate: 0.01
initial_weight_range: [-0.08, 0.08]
data_source: data/yeast/
case_fraction: 1.0
validation_fraction: 0.1
test_fraction: 0.1
batch_size: 1000
map_batch_size: 7
map_layers: []
map_dendrograms: []
display_weights: []
display_biases: []
display_in: []
display_out: []
optimizer: adam
validation_interval: 100
n_epochs: 1500
binary_classification: True
use_regularizer: False
add_dropout: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment