# Hands-on Example

本章节会基于`TrajDL`来进行每种算法的动手实践。主要会介绍以下四种在轨迹领域中最常见的任务：

* 用户轨迹连接（User-Trajectory Linking）
* 轨迹表示（Trajectory Representation）
* 轨迹序列异常检测（Trajectory Sequence Anomaly Detection）
* 下一个位置预测（Next Location Prediction）

其中，用户轨迹链接的的部分参见[Quick Start](../getting_started/quick_start.md)即可，另外三类任务参见下面的文档。

```{toctree}
:maxdepth: 1

t2vec_example
gmvsae_example
stlstm_example

```
