Skip to content
Snippets Groups Projects
Select Git revision
  • 8e8eba91a073d5e969d97787c737e822c62e1bfc
  • master default protected
  • emoUS
  • add_default_vectorizer_and_pretrained_loading
  • clean_code
  • readme
  • issue127
  • generalized_action_dicts
  • ppo_num_dialogues
  • crossowoz_ddpt
  • issue_114
  • robust_masking_feature
  • scgpt_exp
  • e2e-soloist
  • convlab_exp
  • change_system_act_in_env
  • pre-training
  • nlg-scgpt
  • remapping_actions
  • soloist
20 results

run_seq2seq.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ai.tex 2.18 KiB
    \section{Was ist AI?}
    
    \begin{frame}{Artifical Inteligence (AI)}
        \begin{center}
            \begin{columns}
                \column{0.3\textwidth}
                    \includegraphics[scale=0.7]{bilder/McCarthy.jpg}
                    Prof. em. Dr. John McCarthy
    			\column{0.7\textwidth}
    			\begin{tcolorbox}[colback=cyan!5!white,colframe=cyan!75!black,title=\cite{McCarthy2007}: Was ist Artifical Inteligence?]
                    “It is the \textbf{science} and \textbf{engineering} of making \textbf{intelligent machines}, especially \textbf{intelligent computer programs}. It is related to the \textbf{similar task} of \textbf{using computers} to \textbf{understand human intelligence}, but \textbf{AI} does \textbf{not} have to \textbf{confine} itself \textbf{to methods} that are \textbf{biologically observable}.”
                \end{tcolorbox}
    			\end{columns}
    	\end{center}
    \end{frame}
    
    \begin{frame}{Einbettung von AI in die Informatik (CS)}
        \begin{center}
            \begin{columns}
                \column{0.3\textwidth}
                    \includegraphics[scale=0.45]{bilder/AIBullseye.png}
    			\column{0.7\textwidth}
                \begin{itemize}
                    \item \textbf{CS}: Wissenschaft der Prinzipien und Anwendungen von Computern
                    \item \textbf{AI}: Wissenschaft von intelligenten Computerprogrammen
                    \item \textbf{ML}: Methoden um arifizielle Inteligenz umzusetzen
                    \item \textbf{DL}: Methoden, welche sich am Menschen orientieren
                \end{itemize}
    			\end{columns}
    	\end{center}
    \end{frame}
    
    \begin{frame}{Wesentliche Bestandteile von AI}
        \begin{center}
            \begin{columns}
                \column{0.3\textwidth}
                    \includegraphics[scale=0.15]{bilder/AiHoneyComb.png}
    			\column{0.7\textwidth}
                \begin{itemize}
                    \item \textbf{Adaption}: Anpassung an Daten
                    \item \textbf{Schlussfolgern}: Vergleichen von Neuem und Bekanntem
                    \item \textbf{Lösungsansätze}: Wiedergabe von "Erlerntem"
                \end{itemize}
    			\end{columns}
    	\end{center}
    \end{frame}
    
    \begin{frame}{Hund oder Muffin?}
        \begin{center}
            \includegraphics[width=0.95\textwidth]{bilder/DogMuffin.png}
    	\end{center}
    \end{frame}