[PS] examples

This commit is contained in:
RobinB27
2026-07-26 16:53:55 +02:00
parent a331b8987f
commit 181e9c9f7b
9 changed files with 69 additions and 25 deletions
Binary file not shown.
+7 -2
View File
@@ -23,7 +23,7 @@ $$
We set $\phi_i(x;\theta_i) = \psi(\theta_i^\top x)$, $\psi$ is the activation function.\\
\subtext{$\theta_i \in \R^d,\quad\psi:\R\to\R$}
{\scriptsize
{\footnotesize
\notation More concisely, $\phi(x;\Theta) = \psi(\Theta x)$
}
@@ -38,6 +38,12 @@ We set $\phi_i(x;\theta_i) = \psi(\theta_i^\top x)$, $\psi$ is the activation fu
\end{tabular}
\end{center}
{\footnotesize
\remark \textbf{Derivative of Sigmoid} $\quad \sigma(x)' = \sigma(x)\cdot (1-\sigma(x))$
}
\newpage
\definition \textbf{Artificial Neural Network}\\
\subtext{The output functions of the above problem take the form:}
$$
@@ -47,7 +53,6 @@ $$
\remark Also called Multi-Layer Perceptron (MLP)
}
\newpage
\textbf{What is happening here?}\\
\smalltext{Explaining the calculation steps for such an $f$ naturally leads to the common pictorial depiction of neural networks.}
\begin{align*}