summaryrefslogtreecommitdiffstats
path: root/Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex')
-rw-r--r--Master/Computational Intelligence/NeuroFuzzy/presentation/neuro-fuzzy-presentation.tex64
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