Module
Neural network components for the iVAE architecture.
Initialize weights for linear layers using Xavier normal initialization. |
|
Encoder network for the VAE that maps input data to latent space. |
|
Decoder network for the VAE that reconstructs data from latent space. |
|
Interpretable Variational Autoencoder (iVAE) with an interpretative module. |