Last updated: 2019-10-02

Checks: 2 0

Knit directory: ebpmf_demo/

This reproducible R Markdown analysis was created with workflowr (version 1.4.0). 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 version displayed above was the version of the Git repository at the time these results were generated.

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:    .Rhistory
    Ignored:    .Rproj.user/

Untracked files:
    Untracked:  analysis/.ipynb_checkpoints/
    Untracked:  analysis/ebpmf_demo.Rmd
    Untracked:  analysis/softmax_experiments.ipynb
    Untracked:  docs/figure/test.Rmd/

Unstaged changes:
    Modified:   analysis/softmax_experiments.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 R Markdown and HTML files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view them.

File Version Author Date Message
Rmd 2851c1b zihao12 2019-10-02 start developing ebpmf rank k
html 1862da7 zihao12 2019-10-02 Build site.
Rmd b0390ee zihao12 2019-10-02 update index
html 36ae464 zihao12 2019-10-01 Build site.
Rmd 7930a50 zihao12 2019-10-01 update index
html d844bc2 zihao12 2019-09-30 Build site.
Rmd e8f522a zihao12 2019-09-30 update index
html 8d46a12 zihao12 2019-09-28 Build site.
Rmd 0fcb819 zihao12 2019-09-28 update index
html ba31030 zihao12 2019-09-28 Build site.
Rmd efb2d9c zihao12 2019-09-28 add link
html 95911ea zihao12 2019-09-24 Build site.
Rmd 077afef zihao12 2019-09-24 update index
html aa84714 zihao12 2019-09-24 Build site.
html 25f8b5a zihao12 2019-09-24 Build site.
html 06d1f33 zihao12 2019-09-24 Build site.
html 9e28fe2 zihao12 2019-09-23 Build site.
Rmd 7d15c1e zihao12 2019-09-23 Start workflowr project.

Welcome to my research website.

Demo for algorithms

My demo for EBPM with mixture of exponential is here: https://zihao12.github.io/ebpmf_demo/ebpm_demo.html

My demo for EBPM with point gamma is here: https://zihao12.github.io/ebpmf_demo/ebpm_point_gamma_demo.html

My demo for EBPMF_rank_1 is here: https://zihao12.github.io/ebpmf_demo/ebpmf_rank1_demo.html

My demo for EBPMF_rank_k is here: https://zihao12.github.io/ebpmf_demo/ebpmf_rankk_demo.html

Some experiments

My Comparison of EBPM vs ash_pois is here: https://zihao12.github.io/ebpmf_demo/Compare_ebpm_vs_ash_pois.html

My experiments on efficient softmax function in R is here: https://zihao12.github.io/ebpmf_demo/softmax_experiments.html