Skip to content

Commit

Permalink
exercise-classification: Prepared the exercise sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-probst committed May 7, 2024
1 parent 2b0b3a8 commit 6bd98d9
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions exercise/4-Classification.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
\documentclass[
english,
smallborders
]{i6prcsht}
\usepackage{i6common}
\usepackage{i6lecture}

\usepackage{todonotes}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\usepackage{pdfpages}
\usepackage{csquotes}
\usepackage{awesomebox}
\usepackage{makecell}
\usepackage{graphicx}
\usepackage{multicol}

\hyphenation{Stud-On}

\begin{document}

\title{Exercise Sheet 4: \\ Classification}
\maketitle
\vspace*{-2cm}

\section*{About this Exercise Sheet}

This exercise sheet focuses on the content of lecture \textit{7. Classification}.

It includes TODO.

The exercise sheet is designed for a three-week period, during which the tasks can be completed flexibly.

The sample solution will be published after the three weeks have elapsed.

\section*{Preparation}

Before participating in the exercise, you must prepare the following:

\begin{enumerate}
\item \textbf{Install Python and pip on your computer}

\begin{itemize}
\item Detailed instructions can be found in \texttt{1-Introduction-Python-Pandas.pdf}.
\end{itemize}

\item \textbf{Download provided additional files}

\begin{itemize}
\item Download \texttt{Additional-Files-Student.zip} from StudOn
\item Extract it to a folder of your choice.
\end{itemize}

\item \textbf{Install required Python packages}

\begin{itemize}
\item Open a terminal and navigate to the folder where you extracted the files.
\item Run the command \texttt{pip install -r requirements.txt} within the extracted additional files folder to install the required Python packages.
\end{itemize}


\end{enumerate}

\section*{Exercise 1: TODO}

TODO

\section*{Exercise 2: TODO}

TODO

\section*{Exercise 3: TODO}

TODO


\end{document}

0 comments on commit 6bd98d9

Please sign in to comment.