update_loading_ard_precision | R Documentation |
Update the ARD precision associated with each loading within the PLVM by optimising the ELBO.
update_loading_ard_precision( loading_col_outer_product_expectation, inv_loading_prior_correlation, ard_shape = 1, ard_rate = 1 )
loading_col_outer_product_expectation |
A D'xD'xL array of real values. The expected outer product for each column of the loading matrix under the approximate posterior distribution. |
inv_loading_prior_correlation |
A D'xD' matrix. The inverse of the prior correlation matrix which defines the relationship between elements of the loading matrix. |
ard_shape |
A positive real-valued scalar. The shape of the Gamma distribution generating initial ARD precision hyper-parameters |
ard_rate |
A positive real-valued scalar. The rate of the Gamma distribution generating initial ARD precision hyper-parameters |
An L-dimensional vector. The ARD precision associated with each column of the loading matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.