Study

Study

Personal study notes, organized by field. Coming soon — once posts are added, they’ll be grouped automatically.

Categories

Study posts are grouped into Machine Learning · Deep Learning · Statistics. Each category page (e.g. /categories/ml/) is generated automatically once its first post is published. Browse all categories on the Categories tab.

How to add a post

Set a two-level categories in the post front matter:

1
2
3
categories: [Study, ML]            # or
categories: [Study, Deep Learning] # or
categories: [Study, Statistics]