Skip to content

Python implementation of Hierarchical Probabilistic Principal Component Analysis

License

Notifications You must be signed in to change notification settings

tochikuji/Hierarchical-PPCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Python implementation of Hierarchical Probabilistic Principal Component Analysis proposed in [1].

HPPCA significantly improves dimesionality reduction performance by absorbing our prior knowledge about the group structure of the features and by decreasing the number of parameter from individual components.

vis originated from [1].

Installation

python setup.py install

or

pip install .

in the root of this repository.

Requirements

  • Python >3.5
  • scikit-learn
  • numpy

Usage

See examples

References

[1] Aiga Suzuki, Hayaru Shouno, "Generative Model of Textures Using Hierarchical Probabilistic Principal Component Analysis", Proc. of PDPTA’17, CSREA Press, pp.333-338, 2017.

License

Apache License v2.0, refer to LICENSE for more detail.

Author

Aiga SUZUKI [email protected]

About

Python implementation of Hierarchical Probabilistic Principal Component Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages