antirect_resblock_1d | antirectifier resblock with bottleneck architecture |
antirect_resblock_2d | antirectifier resblock with bottleneck architecture |
autoencoder_model | Autoencoder keras model wrapper over simple dense layers |
belu | Bipolar ELU as in https://arxiv.org/abs/1709.04054. |
brelu | Bipolar ReLU as in https://arxiv.org/abs/1709.04054 |
build_and_compile | Convencience fun to one-liner a model with in-outs |
gelu | Gaussian Error Linear Unit. This is a smoother version of the... |
hello | Hello, World! |
is_list | Is x explicitly a list type |
is_sentinel | Are we makring the end or absence of something? |
is_vec | Is x explicitly a vector with length(vector) > 1 |
is_vec2 | Is x an (array, list, vector) with length(x) > 1 |
layer_activation_belu | keras layer-lambda Bipolar ELU as in... |
layer_activation_brelu | Bipolar ReLU as in https://arxiv.org/abs/1709.04054 |
layer_activation_gelu | keras lambda layer Gaussian Error Linear Unit. This is a... |
layer_activation_nac | keras lambda layer implementation of NAC as in... |
layer_activation_nalu | keras lambda-layer NALU as in... |
layer_antirectifier | Antirectifier layer wrapper for keras (thanks fchollet). |
layer_antirectifier_nd | Antirectifier layer wrapper for keras (thanks fchollet) in... |
layer_causal_conv1d | Causal convolution layer, masks out future (look-ahead)... |
layer_glu | Gated-Linear-Unit keras lambda layer |
layer_glu_block | Gated-Linear-Unit block |
layer_pyramidal_recurrent_block | Pyramidal recurrent block |
nac | NAC as in https://arxiv.org/abs/1808.00508 |
nalu | NALU as in https://arxiv.org/abs/1808.00508 |
resblock_1d | Specialized Residual unit which contains a linear projection... |
resblock_2d | Specialized Residual unit which contains a linear projection... |
resblock_batchnorm_1d | batchnorm version of 'resblock_1d()' |
resblock_batchnorm_1d_base | base unit resblock with batchnorm from Exploring... |
resblock_batchnorm_1d_v2 | As suggsted in original batchnorm paper; computes 'g(BN(Wx +... |
resblock_batchnorm_2d_base | base unit resblock with batchnorm from Exploring... |
resblock_batchnorm_bottle_1d | resblock with bottleneck from the Exploring Normalization FB... |
resblock_batchnorm_bottle_2d | resblock with bottleneck from the Exploring Normalization FB... |
resblock_bottle_vanilla | Resnet block bottleneck from the original paper (1512.03385) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.