improve conclusion chapter

This commit is contained in:
hannes.kuchelmeister
2020-05-08 19:44:57 +02:00
parent 075ef51015
commit 7df3f51940

View File

@@ -6,7 +6,6 @@ This chapter summarises the thesis and describes the exact steps that were under
\section{Summary}
\label{sec:Conclusion:Summary}
This thesis was motivated by the research area of group-based configuration gaining more interest. As group decisions come with many problems and biases, recommender systems are used to help with group decisions. This avoids mistakes and helps with reproducibility of successful group decisions. To date, no research has been carried out on recommendations regarding group-based configurations. This is why the research question of this thesis focuses on: "How can a group recommender translate individual preferences into recommendations that improve the overall satisfaction of group members while considering constraints given by the configuration state?". This thesis answers the research questions by proposing a concept, implementing it as a prototype and evaluating it. Thereby the viability of such a system and such an approach is shown.
First, the thesis introduces foundations of product configuration and extends them to group-based product configuration. Next, recommender systems are introduced and three basic approaches, collaborative filtering, content-based filtering and constraint based recommendation, are compared. Last, the \hyperref[ch:Foundations]{foundations chapter} allots an introduction into group recommendation.
Following\autoref{ch:Foundations} (Foundations), a concept for an item-based recommender for group-based configuration, is introduced. This concept uses a database of finished configurations to choose a configuration that fits the group best. Each user's preferences are used to assign a score to a configuration. The score of all group members is then aggregated into a group score and the best configuration from the database is recommended. The recommender also all penalties for deviating from the current configuration state.
@@ -16,7 +15,7 @@ Last, an offline metric for satisfaction is introduced and it is used for evalua
\section{Limitations and Further Research}
\label{sec:Conclusion:LimitationsFurtherResearch}
Due to the scope of this thesis it was not feasible to analyse all possible scenarios for the proposed approach. This section describes the limitations of the thesis and how they can be overcome.
Due to the scope of this thesis it was not feasible to analyse all possible scenarios for the proposed approach.
An offline satisfaction metric is introduced in this thesis which may lead to results that differ from real life impressions of people. It has yet to be validated in a real-world setting. The validations of this metric allows the use of the introduced satisfaction metric for other scenarios that also lack suitable existing metrics. Moreover, understanding the relation between the introduced metric and actual satisfaction can help to form more accurate satisfaction models. This helps to understand how to find better compromises and, at the same time, such a metric can directly be used as a component of a group recommender.