diff options
Diffstat (limited to 'Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex')
| -rw-r--r-- | Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex b/Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex new file mode 100644 index 0000000..25eb3f2 --- /dev/null +++ b/Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex @@ -0,0 +1,64 @@ +\documentclass[11pt,a4paper]{beamer} +\usepackage[utf8x]{inputenc} +\usepackage{ucs} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage[ngerman]{babel} +\usepackage[final]{pdfpages} +\graphicspath{{img//}} +\bibliographystyle{alphadin} + +%theme% +\usetheme{Warsaw} + +\title{Neuro-Fuzzy Systeme} +\author[S. Sonski \and W. Noll \and S. Eisenhauer]{Stefan Sonski \and Walter Noll \and Sven Eisenhauer} +\date[07.06.11]{07. Juni 2011} +\logo{\pgfimage[width=24mm]{img//logo_hda_fbi}} +\begin{document} + %title% + \frame{ + \titlepage + } + + %content% + \frame{ + \frametitle{Agenda} + \tableofcontents + } + + %begin of user content% + + \input{part1} + \input{part2} + \input{part3} + + \frame{ + \frametitle{Anwendungen} + \begin{columns} + \column{.5\textwidth} + \includegraphics[width=\linewidth]{ricecooker1} + \column{.5\textwidth} + \begin{itemize} + \item Regelung und Steuerung + \item DAX-Vorhersage + \item Iris-Erkennung + \item \dots + \end{itemize} + \end{columns} + } + + \frame{ + \begin{Huge} + \begin{center} + Vielen Dank! + \end{center} + \end{Huge} + } + \frame{ + \frametitle{Quellen} + \nocite{*} + \bibliography{literature} + } +\end{document}
\ No newline at end of file |
