abdulfatir commited on
Commit
27ee7ab
1 Parent(s): 0bb839a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ <div align="center">
6
+
7
+ # Neural Continuous-Discrete State Space Models (NCDSSM)
8
+
9
+ [![preprint](https://img.shields.io/static/v1?label=arXiv&message=2301.11308&color=B31B1B)](https://arxiv.org/abs/2301.11308)
10
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11
+ [![Venue:ICML 2023](https://img.shields.io/badge/Venue-ICML%202023-007CFF)](https://icml.cc/)
12
+
13
+ </div>
14
+
15
+ <p align="center">
16
+ <img src="./assets/ncdssm.webp" width="30%">
17
+ <br />
18
+ <span>Fig 1. (Top) Generative model of Neural Continuous-Discrete State Space Model. (Bottom) Amortized inference for auxiliary variables and continuous-discrete Bayesian inference for states.</span>
19
+ </p>
20
+
21
+ ____
22
+ This repository contains pretrained checkpoints for reproducing the experiments presented in the ICML 2023 paper [*Neural Continuous-Discrete State Space Models for Irregularly-Sampled Time Series*](https://arxiv.org/abs/2301.11308). For details on how to use these checkpoints, please refer to https://github.com/clear-nus/NCDSSM.
23
+