-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
89 lines (76 loc) · 3.25 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}
\mode<presentation>{\usetheme{tibposter}}
\usepackage[orientation=portrait,size=a1,scale=1.4,debug]{beamerposter}
%\usepackage{ngerman}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{lmodern} %damit \textit und \textbf in beamerclass funktionieren
\usepackage{exscale} %vernünfige Scalierung des Summenzeichens
\usepackage{amsmath,amsthm, amssymb, latexsym}%--- Schnipp ---
\usepackage{array,booktabs,tabularx}
\usepackage{etex} %Erhöht Anzahl von "Registern"; wegen Fehlermeldung "! No room for a new \dimen .\ch@ck ...\else \errmessage {No room for a new #3}"
%\usepackage[x11names]{xcolor}
\usepackage{xfrac}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{url}
\usepackage[numbers]{natbib}
%\usepackage{tocstyle}
\usepackage[printonlyused,nolist]{acronym}
\usepackage{siunitx}
\sisetup{round-mode=places,round-precision=1}
\usepackage{url}
\usepackage{hyphenat}
%\usepackage[backend=biber,bibencoding=utf8,style=numeric,%sortcites=true,
%sorting=none,
%url=false]{biblatex}
%\renewbibmacro{in:}{%
%\ifentrytype{article}{}{\printtext{\bibstring{in}\intitlepunct}}} %%% 'In:' bei Artikel-Zitation unterbinden
\setbeamertemplate{caption}[numbered]
\usepackage{caption3}
\captionsetup{format=hang, justification=raggedright,labelformat = simple, singlelinecheck = false} %, width = 0.44\textwidth
\setbeamertemplate{caption}[caption3]
%
%\addto\captionsenglish{\renewcommand{\figurename}{Abb.}}
%\addto\captionsenglish{\renewcommand{\tablename}{Tab.}}
\usepgfplotslibrary{fillbetween}
\begin{acronym}
\acro{CNN}{convolutional neural networks}
\acro{GPU}{graphics processing unit}
\acro{SGD}{stochastic gradient descent}
\acro{ReLU}{rectified linear units}
\acro{tf-idf}{term frequency and inverse document frequency}
\acro{API}{application programming interface}
\acro{LDA}{Latent Dirichlet allocation}
\acro{HOG}{histogram of oriented gradients}
\acro{SIFT}{scale-invariant feature transform}
\acro{SVM}{support vector machine}
\acro{IFV}{improved Fisher vector}
\acro{BoVW}{bag-of-visual-words}
\acro{ILSVRC}{ImageNet Large Scale Visual Recognition Challenge}
\acro{VOC}{Visual Object Classes}
\end{acronym}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{{figures/}}
\title{On the Effects of Spam Filtering and Incremental Learning for Web-Supervised Visual Concept Classification}
\author{Matthias Springstein$^{1}$, Ralph Ewerth$^{1,2}$}
\institute{$^{1}$German National Library of Science and Technology (TIB)\\ $^{2}$Leibniz Universit\"at Hannover, Faculty of Electrical Engineering and Computer Science}
\date[August 2015]{August 2015}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newlength{\columnheight}
\setlength{\columnheight}{105cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{frame}
\begin{columns}
\begin{column}{.49\textwidth}
\begin{block}{Introduction}
\end{block}
\end{column}
\begin{column}{.49\textwidth}
\begin{block}{Introduction}
\end{block}
\end{column}
\end{columns}
\end{frame}
\end{document}