Description Usage Arguments Details Value Fields
Create a new feature autoencoder object.
Perform demension reduction to encode feature through the first two layers
Reconstruct to decode feature through the last two layers
Forward feeding
1 |
dim |
Dimension of features of input. |
An auto-encoder to perform dimensional reeduction on features
#' @references \insertRefGCNscRGNet
A new AE
object.
encoded matrix
reconstructed matrix
dim
Dimension of features of input matrix
fc1
First layer of encoder
fc2
Hidden layer decoder
fc3
Hidden layer decoder
fc4
Second layer decoder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.