layer_diffuse_features: DiffuseFeatures

Description Usage Arguments

View source: R/layers_conv.R

Description

\loadmathjax

Utility layer calculating a single channel of the diffusional convolution.

Procedure is based on https://arxiv.org/abs/1707.01926

Input

Output

Usage

1
2
3
4
5
6
7
8
layer_diffuse_features(
  object,
  num_diffusion_steps,
  kernel_initializer,
  kernel_regularizer,
  kernel_constraint,
  ...
)

Arguments

num_diffusion_steps

How many diffusion steps to consider. \(K\) in paper.

kernel_initializer

initializer for the weights

kernel_regularizer

regularization applied to the kernel vectors

kernel_constraint

constraint applied to the kernel vectors


rdinnager/rspektral documentation built on June 12, 2021, 1:26 a.m.