add chapter sorting mechanism

This commit is contained in:
Yan Lin 2026-02-04 16:08:31 +01:00
parent a1a8d694e2
commit 592da6cad6
7 changed files with 34 additions and 4 deletions

View file

@ -2,6 +2,9 @@
title = "Self-supervised Learning of Trajectories"
date = 2026-02-03
description = ""
[extra]
chapter = "3"
+++
Self-supervised learning means training a model with unlabeled data, using supervisory signals extracted from the data itself. It usually does not set the model to perform a certain task, but aims to learn task-agnostic information in the data.