View source: R/antirectifier.R
Antirectifier layer wrapper for keras (thanks fchollet) in arbitrary dimensions.
1 | layer_antirectifier_nd(object, axis = 3L)
|
axis |
integer. The 'samples' dimension to normalize over, defaults to 3 for 2d input. NOTE: Axis is 'R' style 1-based indexing, e.g. axis = 2 refers to the 2nd dim, not 3rd. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.