Skip to content

Commit f57189c

Browse files
committed
updated readme
1 parent e5b56dc commit f57189c

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
# Interpolation-Prediction Networks
2-
Interpolation-Prediction Networks for Irregularly Sampled Time Series
1+
# Interpolation-Prediction Networks for Irregularly Sampled Time Series
2+
In this work, we present a new deep learning architecture for addressing the problem of supervised learning with sparse and irregularly sampled multivariate time
3+
series. The architecture is based on the use of a semi-parametric interpolation
4+
network followed by the application of a prediction network. The interpolation
5+
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.
36

4-
#References
5-
Satya Narayan Shukla and Benjamin Marlin. Interpolation-prediction networks for irregularly sampled time series. In International Conference on Learning Representations, 2019.
7+
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.
8+
9+
# Usage
10+
11+
12+
# References
13+
Satya Narayan Shukla and Benjamin Marlin. Interpolation-prediction networks for irregularly sampled time series. In International Conference on Learning Representations, 2019.
14+
15+
# Contact
16+
For feedback and more details, contact \url{snshukla@cs.umass.edu}

0 commit comments

Comments
 (0)