- Link to WandB project : https://wandb.ai/aliseyfi/LDA/runs/1ykjf0cn/overview?workspace=user-aliseyfi
bbvi/
: here is bbvi code forlr=0.05
andL=5
- You have access to wandb where you can have that beautiful plot of ELBO
bbvi.out
you have q after each 25 steps heresave/
you haveelbo_plot
,posterior_plot
, andq_plot
plots
IS/
:- you have
thetas.pt
andweights.pt
which is for20000
samples IS.out
results of20000
samplesExperiment_without_BBVI
: This is the results of starting with the original prior we hadIS_#samples.out
results of#samples
results/
:MSE
,thetas
,weights
,within_3
results are here, they are allpytorch
objects that you can load them into code usingpytorch.load()
.
Experiment_with_BBVI
: This is the results of starting with final proposal of BBVI:IS_#samples.out
results of #samplesresults/
:MSE
,thetas
,weights
,within_3
results are here, they are allpytorch
objects that you can load them into code usingpytorch.load()
.
- you have
MCMC/
: results of1000
samplesMCMC.out
: final resultsfigures/
containinghistograms
andtraces
for each theta
smc_IS
: This is our implementation of SMC using ISExperiment_without_BBVI
: This is the results of starting with the original prior we hadsmc_#particles.out
results of#particles
results
:MSE
,thetas
,weights
,within_3
, andlogZ
results are here, they are allpytorch
objects that you can load them into code usingpytorch.load()
.
Experiment_with_BBVI
: This is the results of starting with the original prior we hadsmc_#particles.out
results of#particles
results
:MSE
,thetas
,weights
,within_3
, andlogZ
results are here, they are allpytorch
objects that you can load them into code usingpytorch.load()
.