Skip to content

brudfors/logistic-PCA-Tipping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logistic-PCA-tipping

This is a Python implementation of logistic PCA, as described in:

@article{tipping1999probabilistic,
  title={Probabilistic visualisation of high-dimensional binary data},
  author={Tipping, Michael E},
  journal={Advances in neural information processing systems},
  pages={592--598},
  year={1999},
  publisher={Citeseer}
}

Dependencies are NumPy and Matplotlib. The implementation is in pca.py and a demo is in pca_vs_logistic_pca.ipynb. The demo scipt implements the synthetic dataset validation in Tipping's paper, additionally comparing to regular PCA.

About

Python implementation of logistic PCA (M. Tipping, NeurIPS 1999).

Topics

Resources

License

Stars

9 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors