| |
| \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} |
| \def\diagramsep{9.5cm} |
| \def\nodesep{.8cm} |
| \def\labsep{0.8cm} |
| \def\globalshift{-2.2cm} |
| \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}} |
| |
| |
|
|
| \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} |