Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reconstruct for kernel PCA #125

Open
mateuszbaran opened this issue Jul 29, 2020 · 2 comments
Open

reconstruct for kernel PCA #125

mateuszbaran opened this issue Jul 29, 2020 · 2 comments

Comments

@mateuszbaran
Copy link
Contributor

Where the idea for code for kernel PCA reconstruct in MultivariateStats.jl

function reconstruct(M::KernelPCA{T}, y::AbstractVecOrMat{T}) where {T<:Real}
is taken from? I've found some papers that state that reconstruction in kernel PCA is quite difficult and suggest solving it as an optimization problem: https://arxiv.org/pdf/1207.3538.pdf which is not what MultivariateStats.jl does.

@wildart
Copy link
Collaborator

wildart commented Jul 30, 2020

The optimization problem you've mentioned is solved by a kernel ridge regression. See "3.1 Estimation of the Pre-Image Map" from "Learning to find pre-images", Bakır, 2004.

@mateuszbaran
Copy link
Contributor Author

Thanks, it may be worth adding to documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants