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.
gc1the first GCN layer
gc2the second GCN layer
gc3the third GCN layer
dcDecoder using inner product for prediction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.