Bilder für Resolutionsalgorithmen hinzugefügt

This commit is contained in:
paul-loedige 2021-02-07 22:43:28 +01:00
parent 08a89d9262
commit 435bde9865
6 changed files with 7 additions and 6 deletions

View File

@ -16,7 +16,9 @@ Dieses Repo beinhaltet die $\LaTeX$ Informationen für die Zusammenfassung im Fa
- [x] Normalisierung
- [x] Fehlerbasiertes Lernen
- [x] Backpropagation
- [ ] Äquivalenztabelle (Aussagenlogik)
- [x] Äquivalenztabelle aus Übung 5 (Aussagenlogik)
- [x] Resolutionsalgorithmus (Hypothese wird negiert hinzugefügt)
- [x] Äquivalenztabelle aus Übung 6 (Prädikatenlogik)
## Hinweise
Requires you to enable [--shell escape](https://tex.stackexchange.com/questions/516604/how-to-enable-shell-escape-or-write18-visual-studio-code-latex-workshop)

View File

@ -26,8 +26,4 @@
\section{Äquivalenzen}
\label{aussagenlogik: aequivalenzen}
\begin{figure}
\vspace{-10mm}
\includegraphics[width = .8\textwidth]{aussagenlogik_äquivalenzen.png}
\vspace{-10mm}
\end{figure}
\includegraphics[width = .8\textwidth]{aussagenlogik_äquivalenzen.png}

View File

@ -58,6 +58,8 @@
\label{resolutionsalgorithmus}
\begin{center}
\includegraphics[width = .6\textwidth]{resolutionsalgorithmus1.png}\\
Die Hypothese wird der Wissensbasis negiert hinzugefügt.
Falls sich die Klausel dann zur leeren Menge ableiten lässt ist die Hypothese bewiesen.\\
\includegraphics[width = .2\textwidth]{resolutionsalgorithmus2.png}
\end{center}

View File

@ -162,4 +162,5 @@
\section{Resolutionsalgorithmus}
\label{praedikatenlogik: resolutionsalgorithmus}
Wie bei der Aussagenlogik muss für die Resolution die negierte Hypothese der Wissensbasis hinzugefügt werden (\ref{resolutionsalgorithmus}).\\
\includegraphics[width = .8\textwidth]{prädikatenlogik_resolutionsalgorithmus.png}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 83 KiB