1: \documentclass[letter,twoside,11pt]{article}
2: \usepackage[latin2]{inputenc}
3: \usepackage[OT4]{fontenc}
4: \usepackage{jmlr2e}
5: \usepackage{matematyka_ang}
6: \usepackage{url}
7: \usepackage{graphicx}
8:
9: \title{Classifying Signals With Local Classifiers}
10: \author{\name Wit Jakuczun \email jakuczun@mini.pw.edu.pl \\
11: \addr Faculty of Mathematics and Information Science \\
12: Warsaw University of Technology \\
13: Pl. Politechniki 1 \\
14: 00-661 Warsaw, POLAND}
15: \editor{}
16: \ShortHeadings{Classifying signals With Local Classifiers}{Wit Jakuczun}
17: \jmlrheading{}{}{}{}{}{Wit Jakuczun}
18:
19: \begin{document}
20:
21: \maketitle
22:
23: \begin{abstract}%
24: This paper deals with the problem of classifying signals. The new
25: method for building so called \emph{local classifiers} and
26: \emph{local features} is presented. The method is a combination of
27: \emph{the lifting scheme} and \emph{the support vector
28: machines}. Its main aim is to produce effective and yet
29: comprehensible classifiers that would help in understanding
30: processes hidden behind classified signals. To illustrate the method
31: we present the results obtained on an artificial and a real
32: dataset.
33: \end{abstract}
34:
35: \begin{keywords}
36: local feature, local classifier, lifting scheme, support vector
37: machines, signal analysis
38: \end{keywords}
39:
40: \input{introduction}
41: \input{method}
42: \input{applications}
43: \input{conclusions}
44: \input{appendix}
45:
46: \bibliography{my-bibliography}
47: \end{document}
48:
49: %%% Local Variables:
50: %%% mode: latex
51: %%% TeX-master: t
52: %%% End:
53: