Skip to content

Commit

Permalink
Merge pull request #36 from slds-lmu/fix-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 authored Apr 30, 2024
2 parents 2d5a93e + c245ad3 commit fe38c89
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
4 changes: 3 additions & 1 deletion slides/fairness/slides-calibration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
\newcommand{\batilde}{\tilde{\mathbf{a}}}
\newcommand{\Px}{\mathbb{P}_{x}} % P_x
\newcommand{\Pxj}{\mathbb{P}_{x_j}} % P_{x_j}
\newcommand{\indep}{\perp \!\!\! \perp} % independence symbol

% indep is now defined in latex-math / basic-math
% \newcommand{\indep}{\perp \!\!\! \perp} % independence symbol

\usepackage{multicol}

Expand Down
4 changes: 3 additions & 1 deletion slides/fairness/slides-fairness.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
\newcommand{\batilde}{\tilde{\mathbf{a}}}
\newcommand{\Px}{\mathbb{P}_{x}} % P_x
\newcommand{\Pxj}{\mathbb{P}_{x_j}} % P_{x_j}
\newcommand{\indep}{\perp \!\!\! \perp} % independence symbol

% indep is now defined in latex-math / basic-math
% \newcommand{\indep}{\perp \!\!\! \perp} % independence symbol

\usepackage{multicol}

Expand Down
4 changes: 2 additions & 2 deletions slides/gaussian-processes/slides-gp-basic-3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


\newcommand{\titlefigure}{figure_man/discrete/marginalization-more.png} %not best picture
\newcommandiscrete{\learninggoals}{
\newcommand{\learninggoals}{
\item GPs model distributions over functions
\item The marginalization property makes this distribution easily tractable
% \item GPs are fully specified by mean and covariance function
Expand Down Expand Up @@ -253,4 +253,4 @@ \section{Gaussian Processes as Indexed Family}


\endlecture
\end{document}
\end{document}
6 changes: 4 additions & 2 deletions slides/gaussian-processes/slides-gp-bayes-lm-deep-dive.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
\input{../../latex-math/basic-ml}
\input{../../latex-math/ml-gp}

\newcommand{\titlefigure}{figure/bayes_lm/posterior_5_3.pdf} % does not fit
% Figure figure/bayes_lm/posterior_5_3.pdf was not found,
% Changed to prevent compilation error
\newcommand{\titlefigure}{figure/bayes_lm/posterior_5_2.pdf}
\newcommand{\learninggoals}{
\item Know the proof the posterior of bayesian linear model.
\item Know how to derive the predictive distribution of bayesian linear model.
Expand Down Expand Up @@ -79,4 +81,4 @@
Note that $y_* = \thetab^T \xv_* + \epsilon$, where both the posterior of $\thetab$ and $\epsilon$ are Gaussians. By applying the rules for linear transformations of Gaussians, we can confirm that $y_* ~|~ \Xmat, \yv, \xv_*$ is a Gaussian, too.
\end{vbframe}

\end{document}
\end{document}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
%\usepackage{algorithm}
%\usepackage{algorithmic}

% lowr case c vector used only here, was undefined, not in latex-math
\newcommand{\cv}{\mathbf{c}}

\usepackage{multicol}

\newcommand{\titlefigure}{figure/cost_matrix}
Expand Down

0 comments on commit fe38c89

Please sign in to comment.