mirror of
https://github.com/wassname/Volt.git
synced 2026-09-09 11:16:09 +08:00
39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
|
|
A fork to generate on random stock intervals (real data). Some examples:
|
|
|
|

|
|

|
|

|
|
|
|
|
|
----
|
|
|
|
|
|
# Volt
|
|
Public Implementation of
|
|
[*Volatility Based Kernels and Moving Average Means for Accurate Forecasting with Gaussian Processes*](https://arxiv.org/abs/2207.06544)
|
|
|
|
by [Gregory Benton](https://g-benton.github.io/), [Wesley Maddox](https://wjmaddox.github.io), and [Andrew Gordon Wilson](https://cims.nyu.edu/~andrewgw/).
|
|
|
|
Please cite our work if you find it useful:
|
|
|
|
```
|
|
@inproceedings{benton2022volatility,
|
|
title={Volatility Based Kernels and Moving Average Means for Accurate Forecasting with Gaussian Processes},
|
|
author={Benton, Gregory and Maddox, Wesley and Wilson, Andrew Gordon Gordon},
|
|
booktitle={International Conference on Machine Learning},
|
|
year={2022},
|
|
organization={PMLR}
|
|
}
|
|
```
|
|
|
|

|
|
|
|
## Explanatory Notebook
|
|
|
|
To see an overview of how to use Volt with synthetically generated code, see the `Example` notebook which walks through how the code is organized step by step.
|
|
|
|
## Experiments
|
|
|
|
The two core experimental settings from the paper involve modeling historical wind speeds and stock prices. The code to run these experiments with example commands is in the `experiments` folder.
|