Skip to content

Instantly share code, notes, and snippets.

@jisraeli
Last active August 22, 2016 03:03
Show Gist options
  • Save jisraeli/8d2a6d4a8538fe46b0c93a6ef67c4c14 to your computer and use it in GitHub Desktop.
Save jisraeli/8d2a6d4a8538fe46b0c93a6ef67c4c14 to your computer and use it in GitHub Desktop.
TAL1 single motif detection
name model_weights weights_url license sha1 dragonn_version gist_id
TAL1 single motif detection
simulate_single_motif_detection.L10conv_width(15,)dropout0.0num_filters(10,)num_tasks1pool_width35seq_length500use_RNNFalseverboseFalse.weights.hd5
unrestricted
41fec510b022a8e53aca0a149c8dfc78a663d5cd
e1803224209cda5790610b7a877a261d9bbdd083
8d2a6d4a8538fe46b0c93a6ef67c4c14

This model was trained to classify data from simulate_single_motif_detection for the TAL1 motif in 500bp sequence. See weights filename for exact simulation settings.

License

This model is released for unrestricted use.

{
"verbose": false,
"TDD_size": 15,
"dropout": 0.0,
"num_epochs": 100,
"seq_length": 500,
"num_filters": [
10
],
"use_RNN": false,
"GRU_size": 35,
"L1": 0,
"pool_width": 35,
"num_tasks": 1,
"conv_width": [
15
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment