This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathshogun_tutorial.tex
57 lines (46 loc) · 1.56 KB
/
shogun_tutorial.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
% Permission is granted to copy, distribute and/or modify this document
% under the terms of the GNU Free Documentation License, Version 1.3
% or any later version published by the Free Software Foundation;
% with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
% A copy of the license is included in the section entitled "GNU
% Free Documentation License".
%
% Written (C) 2012-2013 Heiko Strathmann
% Written (C) 2012 Sergey Lisitsyn
\documentclass{shogun_tutorial}
\tolerance=2000
\input{operators}
\title{SHOGUN-tutorial}
\date{\today}
\author
{
Sergey Lisitsyn \and
Heiko Strathmann\and
Chiyuan Zhang \and
}
\begin{document}
\maketitle
Copyright \copyright{} 2012-2013 Shogun developers.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled ``GNU
Free Documentation License''.
\tableofcontents
\listoftodos
\part{Essentials}
\input{parts/essentials/learning}
\part{Objects in \shogun{}}
\input{parts/shogun_objects/kernels}
\input{parts/shogun_objects/features}
\part{Algorithms}
\input{parts/algorithms/multiclass}
\input{parts/algorithms/statistical_tests}
\input{parts/algorithms/multitask}
\begin{appendix}
\input{parts/appendix/license}
\end{appendix}
\bibliographystyle{apalike}
\bibliography{biblio}
\end{document}