Fix images name

This commit is contained in:
2024-02-28 21:43:04 +01:00
parent c0b02f2d79
commit 44fbc43ac3
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -18,12 +18,12 @@ Single neuron that defines a binary threshold through a hyperplane:
\begin{center}
\begin{minipage}{.2\textwidth}
\centering
\includegraphics[width=\textwidth]{img/perceptron_nand.pdf}
\includegraphics[width=\textwidth]{img/_perceptron_nand.pdf}
\tiny NAND
\end{minipage}
\begin{minipage}{.2\textwidth}
\centering
\includegraphics[width=\textwidth]{img/xor.pdf}
\includegraphics[width=\textwidth]{img/_xor.pdf}
\tiny XOR
\end{minipage}
\end{center}