Skip to content
Snippets Groups Projects
Select Git revision
  • 90da33c8786ac4d42aa042e73dfb85fcc2807503
  • master default protected
  • cran_version
3 results

delRowsCLP.Rd

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}