mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
remove comment in introduction add add some requirements
This commit is contained in:
@@ -36,22 +36,3 @@ This thesis aims to show the viability of using group recommenders in a configur
|
|||||||
\label{sec:Introduction:Structure}
|
\label{sec:Introduction:Structure}
|
||||||
|
|
||||||
\todo[inline]{write structure}
|
\todo[inline]{write structure}
|
||||||
|
|
||||||
%\section{Benefits}
|
|
||||||
%\label{sec:Introduction:Benefits}
|
|
||||||
|
|
||||||
%The benefits of this approach are, that the need for a group to communicate directly is reduced. Each user gives their own preferences and the group will get a recommendation based on that. This allows to reduce problems arising in groups decisions like lack of communication and bias in groups. Additionally this shows the viability of combining group recommendations and configuration approaches.
|
|
||||||
|
|
||||||
%\section{Action}
|
|
||||||
%\label{sec:Introduction:Action}
|
|
||||||
|
|
||||||
%\todo[inline]{move to evaluation}
|
|
||||||
|
|
||||||
%As resulting action in this thesis a prototype will be designed, implemented and evaluated that achieves the following objectives.
|
|
||||||
%\begin{itemize}
|
|
||||||
% \item A system should give recommendation for the group using a scoring function that takes into account preferences of group members and the current state of the situation.
|
|
||||||
% \item Recommendations should allow different scoring functions.
|
|
||||||
% \item Recommendations should always be valid options.
|
|
||||||
% \item The system should consider all preferences of individuals in a group and find a solution that most people of the group are happy with.
|
|
||||||
%\end{itemize}
|
|
||||||
%The results are communicated through this thesis. Thereby adhering to the research method of design science research \cite{peffersDesignScienceResearch2007}.
|
|
||||||
@@ -65,6 +65,10 @@ For a group recommender system additional definitions are needed. The attitude o
|
|||||||
\item Give recommendations to a group based on their preferences and the current configuration state
|
\item Give recommendations to a group based on their preferences and the current configuration state
|
||||||
\item Usage by multiple users at the same time
|
\item Usage by multiple users at the same time
|
||||||
\item The system should be able to work with other configuration systems too
|
\item The system should be able to work with other configuration systems too
|
||||||
|
\item A system should give recommendation for the group using a scoring function that takes into account preferences of group members and the current state of the situation.
|
||||||
|
\item Recommendations should allow different scoring functions.
|
||||||
|
\item Recommendations should always be valid options.
|
||||||
|
\item The system should consider all preferences of individuals in a group and find a solution that most people of the group are happy with.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user