# Algorithms

`TrajDL`目前支持的算法如下，本章节会介绍每种算法的原理。

| Model  | Paper | Source Code | Progress |
|------- |-------|-------------|----------|
| TULER  | [Identifying Human Mobility via Trajectory Embeddings](https://www.ijcai.org/proceedings/2017/0234.pdf) | [gcooq/TUL](https://github.com/gcooq/TUL) | Finished |
| t2vec  | [Deep representation learning for trajectory similarity computation](https://kaiqizhao.github.io/icde18-camera-ready.pdf) | [boathit/t2vec](https://github.com/boathit/t2vec) | Finished |
| GMVSAE | [Online anomalous trajectory detection with deep generative sequence modeling](https://kaiqizhao.github.io/ICDE20_CR.pdf)  | [liuyiding1993/ICDE2020_GMVSAE](https://github.com/liuyiding1993/ICDE2020_GMVSAE) | Finished |
| HST-LSTM | [HST-LSTM: A Hierarchical Spatial-Temporal Long-Short Term Memory Network for Location Prediction](https://www.ijcai.org/proceedings/2018/0324.pdf) | Not released | Ongoing |

```{toctree}
:maxdepth: 1

tuler
t2vec
gmvsae
stlstm

```