save to continue on desktop

This commit is contained in:
paul-loedige 2021-01-29 15:31:14 +01:00
parent dd25ed8ed7
commit 177fcdf6aa
3 changed files with 10 additions and 2 deletions

View File

@ -10,7 +10,7 @@
Da die Modelle meist an das Menschliche Gehirn angelehnt sind werden hierfür Neurale Netzwerke verwendet.
Im Allgemeinen kommen 2 Arten von Neuralen Netzwerken zum Einsatz:
\begin{itemize}
\item \textbf{Faltunsnetzwerke (\ac{CNN}):}\\
\item \textbf{Faltunsnetzwerke (\ref{cnn}):}\\
für statische Daten (Bilder, Sprachaufnahmen, \dots)
\item \textbf{Zyklische Netzwerke (\ac{RNN}):}\\
für sequentielle Daten (Videostream, Fließtext, \dots)
@ -51,3 +51,11 @@
Das Bild kann einen Hintergrund mit starker Ähnlichkeit zu dem Objekt haben.\\
\includegraphics[width = .8\textwidth]{background clutter.png}
\end{itemize}
Um diese Probleme zu umgehen werden mehrschichtige Erkennungsmodelle verwendet.
Hierdurch wird versucht eine abstraktere Erkennung der Objekte zu ermöglichen.\\
\includegraphics[width=\textwidth]{abstract catifier.png}\\
Ein Beispiel für die einzelnen Features könnte wie folgt aussehen:\\
\includegraphics[width = \textwidth]{car features.png}
\section{\ac{CNN}}
\label{cnn}

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
images/car features.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB