Skip to content
Snippets Groups Projects
table_gen_params.tex 897 B
Newer Older
Pat Alt's avatar
uh
Pat Alt committed
\begin{table}

Pat Alt's avatar
uh  
Pat Alt committed
\caption{Generator hyperparameters: the optimiser step size ($\eta$); penalty strengths where $\lambda_1$ applies to all generators but \textit{Schut} and the other parameter are specific to \textit{ECCCo}; finally, the strength for the Ridge penalty on energy for \textit{ECCCo}.\label{tab:genparams} \newline}
Pat Alt's avatar
uh
Pat Alt committed
\centering
\fontsize{8}{10}\selectfont
Pat Alt's avatar
uh  
Pat Alt committed
\begin{tabular}[t]{rrrrrr}
Pat Alt's avatar
uh
Pat Alt committed
\toprule
Pat Alt's avatar
uh  
Pat Alt committed
Dataset & $\eta$ & $\lambda_1$ & $\lambda_2$ & $\lambda_3$ & Ridge penalty\\
Pat Alt's avatar
uh
Pat Alt committed
\midrule
Pat Alt's avatar
uh  
Pat Alt committed
Linearly Separable & 0.01 & 0.10 & 0.1 & 0.05 & 0.0\\
Moons & 0.01 & 0.10 & 0.1 & 0.50 & 0.0\\
Circles & 0.05 & 0.10 & 0.1 & 0.05 & 1.0\\
California Housing & 0.05 & 0.10 & 0.1 & 0.10 & 0.0\\
GMSC & 0.05 & 0.10 & 0.1 & 0.10 & 0.0\\
German Credit & 0.05 & 0.20 & 0.2 & 0.20 & 0.5\\
MNIST & 0.10 & 0.01 & 0.1 & 0.30 & 0.0\\
Fashion MNIST & 0.10 & 0.01 & 0.1 & 0.30 & 0.0\\
Pat Alt's avatar
uh
Pat Alt committed
\bottomrule
\end{tabular}
\end{table}