From 47ea8722ffd82c10f85372f9fb14fbf3cf39962b Mon Sep 17 00:00:00 2001 From: Greg Benton Date: Fri, 15 Jul 2022 06:28:03 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5343e28..0ae2ff9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Volt Public Implementation of -*Volatility Based Kernels and Moving Average Means for Accurate Forecasting with Gaussian Processes* [link] +[*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/). @@ -8,7 +8,7 @@ Please cite our work if you find it useful: ``` @inproceedings{benton2022volatility, - title={olatility Based Kernels and Moving Average Means for Accurate Forecasting with Gaussian Processes}, + 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}, @@ -24,4 +24,4 @@ To see an overview of how to use Volt with synthetically generated code, see the ## 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. \ No newline at end of file +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.