hpcs-16-mic-v2

Speedup of deep neural network learning on the MIC-architecture
git clone https://git.igankevich.com/hpcs-16-mic-v2.git
Log | Files | Refs

hpcs-16-mic-v2.tex (2444B)


      1 \documentclass[conference]{HPCSTrans}
      2 \IEEEoverridecommandlockouts
      3 \usepackage{amsmath,amssymb,enumerate}
      4 \usepackage{cite,graphics,graphicx}
      5 \usepackage{booktabs}
      6 \usepackage{xcolor}
      7 
      8 % correct bad hyphenation here
      9 %\hyphenation{op-tical net-works semi-conduc-tor}
     10 \renewcommand{\labelitemi}{$\bullet$}
     11 \renewcommand{\thefootnote}{\alph{footnote}}
     12 \begin{document}
     13 %
     14 % paper title
     15 % can use linebreaks \\ within to get better formatting as desired
     16 \title{Speedup of deep neural network learning on the MIC-architecture}
     17 
     18 
     19 % author names and affiliations
     20 % use a multiple column layout for up to three different
     21 % affiliations
     22 \author{%
     23 \IEEEauthorblockN{Evgeniia Milova, Svetlana Sveshnikova, Ivan Gankevich}
     24 \IEEEauthorblockA{Dept. of Computer Modeling and Multiprocessor Systems\\
     25 Saint Petersburg State University\\
     26 Saint Petersburg, Russia\\
     27 milova\_evg@mail.ru, svetasvesh@yandex.ru, i.gankevich@spbu.ru%
     28 }
     29 }
     30 
     31 % conference papers do not typically use \thanks and this command
     32 % is locked out in conference mode. If really needed, such as for
     33 % the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
     34 % after \documentclass
     35 
     36 % for over three affiliations, or if they all won't fit within the width
     37 % of the page, use this alternative format:
     38 %
     39 %\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
     40 %Homer Simpson\IEEEauthorrefmark{2},
     41 %James Kirk\IEEEauthorrefmark{3},
     42 %Montgomery Scott\IEEEauthorrefmark{3} and
     43 %Eldon Tyrell\IEEEauthorrefmark{4}}
     44 %\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
     45 %Georgia Institute of Technology,
     46 %Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
     47 %\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\
     48 %Email: homer@thesimpsons.com}
     49 %\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\
     50 %Telephone: (800) 555--1212, Fax: (888) 555--1212}
     51 %\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}}
     52 
     53 
     54 % use for special paper notices
     55 \IEEEspecialpapernotice{\large POSTER PAPER}
     56 
     57 % make the title area
     58 \maketitle
     59 
     60 \input{src/abstract}
     61 \input{src/intro}
     62 \input{src/related-work}
     63 \input{src/methods}
     64 \input{src/results}
     65 \input{src/discussion}
     66 \input{src/conclusion}
     67 
     68 \input{src/acknowledgements}
     69 
     70 
     71 \bibliography{references}{}
     72 \bibliographystyle{IEEEtran}
     73 
     74 % that's all folks
     75 \end{document}
     76