2 min read

Second post

Table of Contents

Posting a second entry to see how the blog index, post navigation, and tag pages look with more than one published article.

Heading

Some body text under a heading. A short paragraph to fill in space and to verify how typography renders inside an article.

  • list item one
  • list item two
  • list item three

A short blockquote for visual reference.

const greeting = "hello";
console.log(greeting);

Math

Inline math, e.g. precision=TPTP+FP\text{precision} = \frac{TP}{TP + FP} and recall=TPTP+FN\text{recall} = \frac{TP}{TP + FN}, renders next to body text.

Display math gets its own block:

F1=2precisionrecallprecision+recallF_1 = 2 \cdot \frac{\text{precision} \cdot \text{recall}}{\text{precision} + \text{recall}}

A slightly heavier expression to check alignment and spacing:

nDCGp=DCGpIDCGp,DCGp=i=1p2reli1log2(i+1)\mathrm{nDCG}_p = \frac{\mathrm{DCG}_p}{\mathrm{IDCG}_p}, \qquad \mathrm{DCG}_p = \sum_{i=1}^{p} \frac{2^{\mathrm{rel}_i} - 1}{\log_2(i + 1)}