Description Usage Arguments Details Value Fields
Create an GCN auto-encoder object.
1 | GCNModelVAE(input_feat_dim, hidden_dim1, hidden_dim2, dropout)
|
input_feat_dim |
dimension of input feature matrix |
hidden_dim1 |
dimension of matrix in the first hidden layer |
hidden_dim2 |
dimension of matrix in the second hidden layer |
dropout |
dropout |
Auto-encoder for GCN using
#' @references \insertRefGCNscRGNet
A new GCNModelAE
object.
gc1
the first GCN layer
gc2
the second GCN layer
gc3
the third GCN layer
dc
Decoder using inner product for prediction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.