-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exercise-classification: Prepared the exercise sheet
- Loading branch information
1 parent
2b0b3a8
commit 6bd98d9
Showing
1 changed file
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |