Description Usage Arguments Details Value Fields
Create a new GCN layer object.
Forward feeding
Reset weight
1 | GraphCovolution(in_features, out_features, dropout = 0, act = torch::nnf_relu)
|
in_features |
in_features. |
out_features |
out_features |
dropout |
default 0 |
act |
The activation function used by the neuron. Default ReLU |
A GCN layer class
#' @references \insertRefGCNscRGNet
A new GraphCovolution
object.
Loss
in_features
in_features
out_features
out_features
dropout
dropout
act
activation function
weight
weight of the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.