File size: 2,278 Bytes
2d1810a | 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 | % \documentclass[10pt]{report}
\documentclass[10pt,conference]{IEEEtran}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{booktabs}
\usepackage{amsthm}
\usepackage{tikz}
\usepackage{changepage}
\usepackage{subfig}
\usepackage{stfloats}
\renewcommand{\topfraction}{0.9}
\renewcommand{\bottomfraction}{0.8}
\renewcommand{\textfraction}{0.05}
\renewcommand{\floatpagefraction}{0.8}
\renewcommand{\dbltopfraction}{0.9}
\renewcommand{\dblfloatpagefraction}{0.8}
\usetikzlibrary{shadows,positioning,calc}
\def\layersep{3.2cm} % Horizontal distance between layers
\def\diagramsep{9.5cm} % Horizontal distance between diagrams
\def\nodesep{.8cm} % Vertical distance between nodes
\def\labsep{0.8cm} % Vertical separation for labels
\def\globalshift{-2.2cm} % Negative value shifts everything left!
\def\outputshift{0.8cm}
\pagestyle{plain}
\title{Universal Representation of Generalized Convex Functions and their Gradients}
\author{
\IEEEauthorblockN{Moeen Nehzati\IEEEauthorrefmark{1}}
\IEEEauthorblockA{\IEEEauthorrefmark{1} Department of Economics, New York University, New York, NY, USA\\
Email: moeen.nehzati@nyu.edu}
}
\newtheorem{definition}{Definition}
\newtheorem{theorem}{Theorem}
\newtheorem{proposition}{Proposition}
\newtheorem{corollary}{Corollary}
\newtheorem{lemma}{Lemma}
\DeclareMathOperator{\peaks}{peaks}
\DeclareMathOperator{\dom}{\operatorname{Dom}}
\DeclareMathOperator*{\argmax}{arg\,max}
\newcommand{\R}{\mathbb{R}}
\newcommand{\mathscale}{0.8}
\newcommand{\arrowcurve}{1}
\newcommand{\norm}[1]{\left\lVert #1 \right\rVert}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand{\thesubsection}{\Roman{section}.\Alph{subsection}}
% \IEEEoverridecommandlockouts
% \onecolumn
\usepackage[margin=1.3in]{geometry}
\begin{document}
\maketitle
\input{sections/abstract}
\input{sections/_I_Introduction}
\input{sections/_II_related_work}
\input{sections/_III_background}
\input{sections/_IV_applications}
\input{sections/_V_parametrization}
\input{sections/_VI_neural_networks}
\input{sections/_VII_experiments}
\input{sections/_VIII_conclusion}
\bibliographystyle{IEEEtran}
\bibliography{refs}
\end{document} |