aleximmer / Laplace

Laplace approximations for Deep Learning.
https://aleximmer.github.io/Laplace
MIT License
469 stars 72 forks source link

Laplace Transform and Inverse laplace Transform for 2D images #155

Closed qm-intel closed 7 months ago

qm-intel commented 7 months ago

@runame @aleximmer I am wondering if there is any implementation of Laplace Transform and Inverse Laplace Transform available for 2D data (i.e., images).

Is there any similar implementation for Laplace Transform in Laplace Library? Or is there any way to obtain such Laplace Transform for 2D images with current functions available in Laplace?

Thanks

aleximmer commented 7 months ago

@qm-intel I think this is a misunderstanding. Our library provides implementations of Laplace approximations and not Laplace transforms.

qm-intel commented 7 months ago

@aleximmer Thanks for mentioning it