mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-14 18:51:52 +01:00
Fix images name
This commit is contained in:
BIN
src/deep-learning/img/_perceptron_nand.pdf
Normal file
BIN
src/deep-learning/img/_perceptron_nand.pdf
Normal file
Binary file not shown.
BIN
src/deep-learning/img/_xor.pdf
Normal file
BIN
src/deep-learning/img/_xor.pdf
Normal file
Binary file not shown.
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user