samholt / NeuralLaplace

Neural Laplace: Differentiable Laplace Reconstructions for modelling any time observation with O(1) complexity.
https://samholt.github.io/NeuralLaplace/
MIT License
71 stars 11 forks source link

How to use Neural Laplace? #8

Closed qm-intel closed 7 months ago

qm-intel commented 7 months ago

@samholt Thanks for your great contribution. I am wondering how to use the Laplace Transform and ILT for the 2D data

samholt commented 7 months ago

Hi @qm-intel

Thank you for your question and interest in using this package.

Sadly, this package currently only implements the Laplace Transform and ILT for 1D signals and treats multiple dimensions independently, performing the 1D LT or ILT on them separately.

You could adapt the existing Laplace Transform and ILT algorithms to be N-dimensional for use with 2D and 3D data/images, and I welcome any contribution. However, this is not currently implemented.

If you have any further questions, do let me know.

All the best, Sam