From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../presentation/neuro-fuzzy-presentation.tex | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex (limited to 'Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex') 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 -- cgit v1.2.3