You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+17-22Lines changed: 17 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,36 +9,30 @@ layout: default
9
9
10
10
## QMCPy
11
11
12
-
[QMCPy](https://qmcpy.readthedocs.io/en/latest/md_rst/QMCSoftware.html) is a Python package for Quasi-Monte Carlo which includes quasi-random (low discrepancy) sequence generators, automatic variable transforms, adaptive stopping criteria, and a suite of diverse use cases.
12
+
[QMCPy](https://qmcpy.readthedocs.io/en/latest/md_rst/QMCSoftware.html) is a Python package for Quasi-Monte Carlo which includes quasi-random (low discrepancy) sequence generators, automatic variable transforms, adaptive stopping criteria, and a suite of diverse use cases.
13
13
14
14
```
15
15
pip install qmcpy
16
16
```
17
17
18
18

19
19
20
+
## FastGPs
21
+
22
+
[FastGPs](https://alegresor.github.io/fastgps) is a Python package for fast, exact Gaussian process regression at only $\mathcal{O}(n \log n)$ cost. Support for fast variants of multi-task GPs, GPs with gradient information, and GPs with vector (batch) outputs are also supported. The package builds on the PyTorch stack to enable GPU support and efficient hyperparameter optimization.
23
+
24
+

20
25
21
26
## QMCGenerators.jl
22
27
23
-
[QMCGenerators.jl](https://alegresor.github.io/QMCGenerators.jl/stable/) is a Julia package for quasi-random (low discrepancy) sequence generators. Lattice and digital sequences, including higher order versions, are supported along with a variety of randomization routines. This is a translation and enhancement of Dirk Nuyens' [Magic Point Shop](https://people.cs.kuleuven.be/~dirk.nuyens/qmc-generators/).
28
+
[QMCGenerators.jl](https://alegresor.github.io/QMCGenerators.jl/stable/) is a Julia package for quasi-random (low discrepancy) sequence generators. Lattice and digital sequences, including higher order versions, are supported along with a variety of randomization routines. This is a translation and enhancement of Dirk Nuyens' [Magic Point Shop](https://people.cs.kuleuven.be/~dirk.nuyens/qmc-generators/).
24
29
25
30
```
26
31
] add QMCGenerators
27
32
```
28
33
29
34

30
35
31
-
## FastGaussianProcesses.jl
32
-
33
-
[FastGaussianProcesses.jl](https://alegresor.github.io/FastGaussianProcesses.jl) is a Julia package for fast construction of Gaussian processes regression models when one controls the design of experiments. Gradient information may also be quickly incorporated into the GP. A GP fit to $N$ sampling locations with $M$ derivative orders available would typically cost $\mathcal{O}(M^3N^3)$ to fit including kernel parameter optimization. Our fast algorithms cost only $\mathcal{O}(M^2 N \log N + M^3 N)$. Typically $M=1$ when only the function $f:[0,1]^s \to \mathbb{R}$ is evaluated. When the gradient is also evaluated we have $M = 1+s$. Incorporating second derivatives and beyond is support but limited.
34
-
35
-
```
36
-
] add FastGaussianProcesses
37
-
```
38
-
39
-

40
-
41
-
42
36
# Posters
43
37
44
38
## A Neural Surrogate Solver for Radiation Transfer
@@ -49,7 +43,7 @@ pip install qmcpy
49
43
50
44
## Fast Gaussian Process Regression for Smooth Functions
## Fast Gaussian Process Regression for Smooth Functions using Lattice and Digital Sequences with Matching Kernels
89
+
## Scientific Machine Learning of Radiative Transfer Equations
96
90
97
-
[2024 Monte Carlo and Quasi-Monte Carlo Methods in Scientific Computing Conference](https://uwaterloo.ca/monte-carlo-methods-scientific-computing-conference/)
91
+
2024 Illinois Institute of Technology, Department of Applied Mathematics, Computational Mathematics Seminar
-[Fast Gaussian Process Regression for Smooth Functions using Lattice and Digital Sequences with Matching Kernels](./presentations/2024_HODNKernels_MCQMC.pdf) @ [2024 Monte Carlo and Quasi-Monte Carlo Methods in Scientific Computing Conference](https://uwaterloo.ca/monte-carlo-methods-scientific-computing-conference/)
133
128
-[Walsh Functions and Spaces](./presentations/2024_WalshFunctions_IIT.pdf) @ 2024 Illinois Institute of Technology, Department of Applied Mathematics, Computational Mathematics and Multiscale Seminar
134
129
-[Fast Physics Informed Kernel Methods for Nonlinear PDEs with Unknown Coefficients](./presentations/2024_kernel_PDE_opterator_learning_SampSci.pdf) @ [2024 SampSci Conference](https://sites.google.com/view/sampsci-2024/home?authuser=0)
135
130
-[Fast Gaussian Process Regression with Derivative Information](./presentations/2024_FastGPDerivs_SIAMUQ_MNADay.pdf) @ [2024 SIAM Conference on Uncertainty Quantification](https://www.siam.org/conferences/cm/conference/uq24) and [2024 Midwest Numerical Analysis Day](https://homepage.divms.uiowa.edu/~whan/mwnaday2024.html)
0 commit comments