Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Karhunen-Loève expansion for approximation in functions spaces

License

NotificationsYou must be signed in to change notification settings

alisiahkoohi/kl-expansion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python implementation of the Karhunen-Loève expansion, with parallelismover the evaluation of the eigenfunctions, for approximating stochasticprocesses via a set of eigenfunctions. This is useful for separating thespace-time components of stochastic processes from their stochasticcomponents. The implementation is based on the following paper:

@inproceedings{phillips2022spectral,title={Spectral Diffusion Processes},author={Angus Phillips and Thomas Seror and Michael John Hutchinson    and Valentin De Bortoli and Arnaud Doucet and Emile Mathieu},booktitle={NeurIPS 2022 Workshop on Score-Based Methods},year={2022},url={https://openreview.net/forum?id=bOmLb2i0W_h}}

Installation

Run the commands below to install the required packages.

git clone https://github.com/alisiahkoohi/kl-expansioncd kl-expansion/conda env create -f environment.ymlconda activate klexppip install -e.

After the above steps, you can run the example scripts by justactivating the environment, i.e.,conda activate klexp, thefollowing times.

Usage

To run the example scripts, you can use the following commands.

python scripts/kl-expansion-toy-example.py --x_range [-10,10] --M 20 --num_workers 8

Questions

Please contactalisk@rice.edu for questions.

Author

Ali Siahkoohi and Lorenzo Baldassari

About

Karhunen-Loève expansion for approximation in functions spaces

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp