Skip to content
Snippets Groups Projects
Select Git revision
  • aac882a3da046e0c8af8fc8a09dfb39663c56c79
  • master default protected
  • emoUS
  • add_default_vectorizer_and_pretrained_loading
  • clean_code
  • readme
  • issue127
  • generalized_action_dicts
  • ppo_num_dialogues
  • crossowoz_ddpt
  • issue_114
  • robust_masking_feature
  • scgpt_exp
  • e2e-soloist
  • convlab_exp
  • change_system_act_in_env
  • pre-training
  • nlg-scgpt
  • remapping_actions
  • soloist
20 results

evaluate.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    content-based-collaborative-filtering-comparison.tex 747 B
    \begin{figure}[!ht]
      \centering
      \begin{subfigure}[b]{0.23\linewidth}
        \includegraphics[width=\linewidth]{Bilder/ContendBasedFlow.jpg}
        \caption{\textit{Content-Based}.}
        \label{fig:cb}
      \end{subfigure}
      \begin{subfigure}[b]{0.23\linewidth}
        \includegraphics[width=\linewidth]{Bilder/CollaborativeFlow.jpg}
        \caption{\textit{Collaborative-Filtering}.}
        \label{fig:cf}
      \end{subfigure}
      \caption{Overview of \textit{content-based} (left) and \textit{collaborative-filtering} (right) \textit{recommender systems}. \textit{Content-based recommender systems} work via \textit{feature vectors}. In contrast, \textit{collaborative filtering recommender systems} work over \textit{neighborhoods}.}
      \label{fig:cbcf}
    \end{figure}