Getting Started

This is a placeholder note. It will be replaced with a long-form technical writeup when I'm ready.

Example section

Notes can include equations, code snippets, diagrams, and detailed explanations.

Inline math such as $E = mc^2$ should render cleanly inside a paragraph.

Display math works too:

$$ \mathcal{L}(\theta) = -\frac{1}{N}\sum_{i=1}^{N} y_i \log p_\theta(y_i \mid x_i) $$

def hello_note():
    return "Neural Notebook"