Giter Club home page Giter Club logo

bayesianpca's Introduction

Bayesian PCA

We implement the original PCA as a baseline, the probabilistic PCA [2] and Bayesian PCA [1]. We then also try to extend the bayesian formulation to the kernel PCA based also on the work on the Probabilistic Kernel PCA [3].

This project was done as part of a course on Bayesian Learning, taught by Remi Bardenet as part of the Master Data Science at the University of Lille.

A notebook is available with the conducted experiments (here).

Requirements

Install

To install simply clone the project :

git clone https://github.com/MaxenceGiraud/BayesianPCA
cd BayesianPCA

Usage

import bayespca as bpca

## Bayesian PCA
b = bpca.BayesianPCA()
b.fit_transform(X)

## Hinton diagram
bpca.utils.hinton(b.W.T)

TODO

  • Implement original PCA using SVD and eigen decomposition
  • Probabilistic PCA (via eigendecomposition)
  • Implement EM algo to compute Probabilistic PCA
  • Bayesian PCA using EM
  • Kernel PCA
  • Probabilistic Kernel PCA (EM + via eigendecomposition)
  • Bayesian Kernel PCA

References

[1] Bishop, C. M. (1999). Bayesian PCA. MIT Press.
[2] Tipping, M. E . and C. M. Bishop (1997). Probabilistic principal component analysis. Journal of the Royal Statistical Society, B.
[3] Z. Zhang, G. Wang, D.-Y. Yeung, and J. Kwok. Probabilistic kernel principal component analysis. 2004.

bayesianpca's People

Contributors

maxencegiraud avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.