Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
overlaps.tex 906 B
% Please add the following required packages to your document preamble:
% \usepackage{graphicx}
\begin{table}[h!]
\label{table:overlap}
\centering
\resizebox{\textwidth}{!}{%
\begin{tabular}{|l|l|}
\hline
\textbf{Methods} & \textbf{Overlaps} \\ \hline
\textit{Biased MF}, \textit{RSVD} & Same method with the only difference being a different setup of the hyperparameters. \\ \hline
\textit{ALS-WR}, \textit{Biased MF}, \textit{RSVD} & Same models learned through different approaches. \\ \hline
\textit{BPMF}, \textit{RSVD}, \textit{ALS-WR} & Same models learned through different approaches. \\ \hline
\end{tabular}%
}
\caption{\textit{Systematic consistency} of the \textit{baselines} used on \textit{MovieLens10M}.}
\end{table}