Skip to content
Snippets Groups Projects
Select Git revision
  • 1e1577bfcd0f03f6b3447f7c4f77846125fc063c
  • master default protected
  • dev
  • sybilNLO
  • gprBug
  • maximumtotalflux
  • easyConstraint
  • switchbug
  • thuong
  • momafix
  • rmReactBug
11 results

onlyCheckGPR.R

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}