Description Usage Arguments Value Author(s) See Also
Calculate the top N motif hits max-pooled over the entire sequence. This function uses the keras
k_max
function which internally
converts the input to its pre-activation scale. Therefore we recommend using the linear
activation for the layer feeding into
this one and then using the layer_activation
function after the operation.
1 | layer_topN_max_pooling(object, n_max, name = NULL)
|
object |
Keras model. |
n_max |
Number of top hits to return. |
name |
Layer name (optional). |
Top max-pooled hits layer.
Matthew Ploenzke, ploenzke@g.harvard.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.