Path: blob/main/a3/a3_latex/macros.tex
995 views
\usepackage{scrextend}12\newcommand{\alns}[1] {3\begin{align*} #1 \end{align*}4}56\newcommand{\pd}[2] {7\frac{\partial #1}{\partial #2}8}9\renewcommand{\Re} { \mathbb{R} }10\newcommand{\btx} { \mathbf{\tilde{x}} }11\newcommand{\bth} { \mathbf{\tilde{h}} }12\newcommand{\smx} { \operatorname{softmax} }13\newcommand{\relu} { \operatorname{ReLU} }14\newcommand{\sigmoid} { \operatorname{\sigma} }15\newcommand{\CE} { \operatorname{CE} }16\newcommand{\byt} { \hat{\by} }17\newcommand{\yt} { \hat{y} }1819\newcommand{\oft}[1]{^{(#1)}}20\newcommand{\fone}{\ensuremath{F_1}}2122\newcommand{\ac}[1]{ {\color{red} \textbf{AC:} #1} }23\newcommand{\ner}[1]{\textbf{\color{blue} #1}}2425