Skip to content

Commit

Permalink
Merge overleaf-2023-12-13-0955 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwigbothmann authored Dec 13, 2023
2 parents 7d73292 + ecfcca8 commit fddf79e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion slides/regularization/slides-regu-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

\end{vbframe}

\begin{vbframe}{Invariance/Symmetry}
\begin{vbframe}{Regularization for Invariance/Symmetry}
Prior knowledge often requires that model predictions should be invariant under certain input transformations.\\
In image classification, label ``cat'' should hold regardless of position or size of relevant object (translation/scale invariance)
\begin{enumerate}\setlength\itemsep{1.02em}
Expand Down
5 changes: 3 additions & 2 deletions slides/regularization/slides-regu-ridge-deepdive.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

\newcommand{\titlefigure}{figure_man/bias-variance-ridge.png}
\newcommand{\learninggoals}{
\item Know four perspectives interpretations on Ridge regression
\item Derivation of the bias-variance tradeoff for Ridge regression
\item Know interpretation of $L2$ regularization as row-augmentation
\item Know interpretation of $L2$ regularization as minimizing risk under feature noise
%\item Derivation of the bias-variance tradeoff for Ridge regression
}

\title{Introduction to Machine Learning}
Expand Down

0 comments on commit fddf79e

Please sign in to comment.