-
Notifications
You must be signed in to change notification settings - Fork 1
/
paper.tex
69 lines (64 loc) · 1.5 KB
/
paper.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
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
\title{Neural Networks at the Edge}
\author{\IEEEauthorblockN{Deboleena Roy}
\IEEEauthorblockA{
\textit{Purdue University}\\
West Lafayette, IN \\
\and
\IEEEauthorblockN{Gopalakrishnan Srinivasan}
\IEEEauthorblockA{
\textit{Purdue University}\\
West Lafayette, IN \\
\and
\IEEEauthorblockN{Priyadarshini Panda}
\IEEEauthorblockA{
\textit{Purdue University}\\
West Lafayette, IN \\
\and
\IEEEauthorblockN{Richard Tomsett}
\IEEEauthorblockA{
\textit{IBM Research}\\
Hursley, UK \\
\and
\IEEEauthorblockN{Nirmit Desai}
\IEEEauthorblockA{
\textit{IBM Research}\\
Yorktown Heights, USA \\
\and
\IEEEauthorblockN{Raghu Ganti}
\IEEEauthorblockA{
\textit{IBM Research}\\
Yorktown Heights, USA \\
\and
\IEEEauthorblockN{Kaushik Roy}
\IEEEauthorblockA{
\textit{Purdue University}\\
West Lafayette, IN \\
}
\maketitle
\input{abstract}
\input{intro}
\input{scenario}
\input{splitting}
\input{spiking}
\input{related}
\input{conclusion}
\input{ack}
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}