Skip to content
Snippets Groups Projects
Select Git revision
  • 228fe6d5836359e5d6d4fd63979f85d6046a62ff
  • master default protected
2 results

overlaps.tex

Blame
  • 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}