Last updated: 2021-03-22
Checks: 2 0
Knit directory: website/
This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.
The results in this page were generated with repository version 0dba088. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.
Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish
or wflow_git_commit
). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .RData
Ignored: .Rhistory
Unstaged changes:
Deleted: analysis/about.Rmd
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
These are the previous versions of the repository in which changes were made to the R Markdown (analysis/AMSI.Rmd
) and HTML (docs/AMSI.html
) files. If you’ve configured a remote Git repository (see ?wflow_git_remote
), click on the hyperlinks in the table below to view the files as they were in that past version.
File | Version | Author | Date | Message |
---|---|---|---|---|
html | d657de6 | rbghks0126 | 2021-03-22 | Build site. |
html | 69f067f | rbghks0126 | 2021-03-02 | Build site. |
Rmd | 6793630 | rbghks0126 | 2021-03-02 | upload report and presentation |
html | 74e6030 | rbghks0126 | 2021-01-29 | Build site. |
Rmd | b53f8ef | rbghks0126 | 2021-01-29 | upload dssvi and ssvi comparison |
html | 21e12aa | rbghks0126 | 2021-01-21 | Build site. |
Rmd | ca56e0d | rbghks0126 | 2021-01-21 | add initial implementation |
html | 05555e1 | rbghks0126 | 2021-01-16 | Build site. |
Rmd | e8ab17e | rbghks0126 | 2021-01-16 | uploading derivations |
html | 137168f | rbghks0126 | 2020-12-31 | Build site. |
Rmd | 583ad4e | rbghks0126 | 2020-12-31 | try fixing pdf links |
html | 45b8de2 | rbghks0126 | 2020-12-31 | Build site. |
Rmd | a3b2007 | rbghks0126 | 2020-12-31 | Add VI review summary |
html | 0820aaf | rbghks0126 | 2020-12-30 | Build site. |
Rmd | cde7377 | rbghks0126 | 2020-12-30 | Update AMSI page |
html | fed82dd | rbghks0126 | 2020-12-30 | Build site. |
html | 82c7c16 | rbghks0126 | 2020-12-30 | Build site. |
Rmd | 8939820 | rbghks0126 | 2020-12-30 | adding AMSI navigation tab |
This page documents my progress for the research project ‘Variaitonal Inference for Bayesian Nonnegative Matrix Factorization’. This research project is carried out under the AMSI Vacation Scholarship Program, supervised by Dr. Heejung Shim at the University of Melbourne.
Laplace Approximation Variational Inference (LAVI) - Detailed derivation of the variational factors’ updates for BP-NMF (one sparsity matrix) by Liang et al (2013).
Doubly Structured Stochastic Variational Inference (DSSVI) for BP-NMF - Extension of Hoffman and Liang (2014), where an additional sparsity matrix has been added to enforce sparsity in the first factored matrix as well.
Doubly sparse LAVI - Derivation of variational factors’ updates for doubly sparse BP-NMF. An extension of LAVI for BP-NMF.