Datasets:
Tasks:
Text Classification
Formats:
json
Sub-tasks:
natural-language-inference
Languages:
English
Size:
< 1K
ArXiv:
License:
| \documentclass[varwidth=598pt]{standalone} | |
| \usepackage{booktabs} % professional-quality tables | |
| \usepackage{multirow} % multi-row cells in tables | |
| \usepackage{colortbl} % color for tables (\cellcolor, \rowcolor) | |
| \usepackage[table]{xcolor} % enhanced colors for tables | |
| \usepackage{array} % more flexible column formats (often used) | |
| \usepackage{tabularx} % for tables with auto-stretch columns (if used) | |
| \usepackage{graphicx} % for images in tables or figure/table floats | |
| \usepackage{amssymb} % math symbols | |
| \usepackage{amsmath} % math environments | |
| \usepackage{soul} % highlighting (used for colored text/cells) | |
| \usepackage[normalem]{ulem} % underlining, strikethroughs | |
| \usepackage[T1]{fontenc} % font encoding | |
| \usepackage[utf8]{inputenc}% input encoding (legacy, fine for pdflatex) | |
| \usepackage{microtype} % better text appearance | |
| \usepackage{hyperref} % hyperlinks | |
| \usepackage{textcomp} % for extra symbols | |
| \usepackage{enumitem} % for compact lists (if used in table notes) | |
| \usepackage{adjustbox} | |
| \usepackage{tabu} | |
| \usepackage{pifont} % http://ctan.org/pkg/pifont | |
| \usepackage{bbding} % \XSolidBrush | |
| \usepackage{makecell} | |
| \begingroup | |
| \makeatletter | |
| \renewcommand{\fnum@table}{}% | |
| \long\def\@makecaption#1#2{% | |
| \vskip\abovecaptionskip | |
| \centering #2\par | |
| \vskip\belowcaptionskip | |
| } | |
| \makeatother | |
| \newcommand{\prob}[1]{\mathbb{P}\left(#1\right)} | |
| \newcommand{\E}[1]{\mathbb{E}\left[#1\right]} | |
| \newcommand{\limn}{\lim\limits_{n\rightarrow\infty}} | |
| \newcommand{\limm}{\lim\limits_{m\rightarrow\infty}} | |
| \newcommand{\scp}[2]{\langle #1,#2\rangle} | |
| \newcommand{\norm}[1]{\|#1\|} | |
| \newcommand{\loss}[1]{l\left(#1\right)} | |
| \newcommand{\xn}[1]{x^{(m)}_{#1}} | |
| \newcommand{\ds}{\mathrm{d}} | |
| \newcommand{\todo}[1]{{\color{red}Todo: #1}} | |
| \newcommand{\umut}[1]{{\color{red}\textbf{U.} #1}} | |
| \newcommand{\RR}{\mathbb{R}} | |
| \newcommand{\cn}{\textcolor{red}{[\raisebox{-0.2ex}{\tiny\shortstack{citation\\[-1ex]needed}}]}} | |
| \begin{document} | |
| \begin{table} | |
| \centering | |
| \begin{adjustbox}{max width=\textwidth} | |
| \begin{tabular}{@{}lcccc@{}} | |
| \toprule | |
| \multicolumn{1}{c}{Scheme} & test RMSE & RMSE gap \\ \midrule | |
| Baseline & 0.4309 & 0.2411 \\ | |
| Gaussian & 0.4279 & 0.2354 \\ | |
| MPGD, $\gamma = 0.55$ & 0.3916 (0.3865) & 0.2256 (0.2305) \\ | |
| MPGD, $\gamma = 0.6$ & {\bf 0.3810} (0.4092) & 0.2298 ({\bf 0.2206}) \\ | |
| MPGD, $\gamma = 0.65$ & 0.3829 (0.3891) & 0.2407 (0.2307) \\ | |
| MPGD, $\gamma = 0.7$ & 0.4600 (0.3754) & 0.2315 (0.2311) \\ | |
| \bottomrule | |
| \end{tabular} | |
| \end{adjustbox} | |
| \caption{Table 1: Shallow neural nets trained on the airfoil data set. The results in parenthesis are achieved with the variant DS:sym. | |
| All the results are averaged over 5 models trained with different seed values. } | |
| \end{table} | |
| \end{document} |