Skip to content

Commit 7e054d9

Browse files
authored
Update README.md
1 parent b150bf3 commit 7e054d9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# Interpolation-Prediction Networks for Irregularly Sampled Time Series
1+
# Interpolation-Prediction Networks
22
In this work, we present a new deep learning architecture for addressing the problem of supervised learning with sparse and irregularly sampled multivariate time
33
series. The architecture is based on the use of a semi-parametric interpolation
44
network followed by the application of a prediction network. The interpolation
55
network allows for information to be shared across multiple dimensions of a multivariate time series during the interpolation stage, while any standard deep learning model can be used for the prediction network.
66

77
We use a two layer interpolation network. The first interpolation layer performs a semi-parametric univariate interpolation for each of the D time series separately while the second layer merges information from across all of the D time series at each reference time point by taking into account the correlations among the time series.
88

9-
# References
9+
## Requirements
10+
The code requires Python 2.7. The file [requirements.txt](requirements.txt) contains the full list of
11+
required Python modules.
12+
13+
## References
1014
Satya Narayan Shukla and Benjamin Marlin. Interpolation-prediction networks for irregularly sampled time series. In International Conference on Learning Representations, 2019.
1115

12-
# Contact
13-
For feedback and more details, contact snshukla@cs.umass.edu
16+
## Contact
17+
For more details, please contact snshukla@cs.umass.edu

0 commit comments

Comments
 (0)