Skip to content

junmingguan/vpca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vpca

Implementation of the variational PCA algorithm (C. M. Bishop, "Variational principal components," 1999 Ninth International Conference on Artificial Neural Networks ICANN 99 (Conf. Publ. No. 470), Edinburgh, UK, 1999, pp. 509-514 vol.1, doi: 10.1049/cp:19991160.

To use the package, do the following steps:

  • Run the command > git clone https://github.com/junmingguan/vpca.git;
  • > cd PATH/TO/vpca;
  • In R, install the load the package:
    install.packages("PHT/TO/vpca", repos = NULL, type = "source")
    library(vpca)

Alternatively,

install.packages("remotes")
remotes::install_github("junmingguan/vpca")
library(vpca)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages