add feedback and bullet points on how to restructure the summary

This commit is contained in:
hannes.kuchelmeister
2020-05-01 17:15:58 +02:00
parent 7b9294f4f4
commit a206261bd4

View File

@@ -6,8 +6,79 @@ This chapter gives a summary about the thesis, discusses limitations and gives a
\section{Summary} \section{Summary}
\label{sec:Conclusion:Summary} \label{sec:Conclusion:Summary}
The aim of this thesis was to look at recommendation approaches and to propose a concept for recommenders in group-based configuration which helps groups with forming compromises. The proposed concept suggests means to calculate per-user-scores for configurations. This allows the usage of a basic approach like item-based recommendation. Moreover, these recommendations help a group to form a decision and show possible compromises for groups without requiring direct communication between group members. The usefulness of this approach was validated by introducing an offline metric to model group member satisfaction. Generated recommendations improve group decisions and thereby the implemented recommender can be used as a solid base line to improve upon. \todo[inline]{hab da nochmal drüber nachgedacht: die Zusammenfassung ist mir noch zu knapp.
Overall it is possible to suggest compromises in group-based configuration which are based on group member's preferences. Furthermore, the recommender works well, also, when knowledge is limited to only a subset of the configuration space. Moreover, it is possible to conclude that content-based recommendation approaches can be adapted to be used for group-based configuration settings. hier solltest du nochmal den Bogen ganz an den Anfang schlagen: was war die Motivation \& welche Forschungsfragen hattest du gestellt? wurden die Fragen beantwortet und wie?
tatsächlich solltest du hier nochmal kurz \& knapp durch die komplette Thesis führen (stell dir vor deine Profs lesen nur dieses Kapitel (und das ist sehr wahrscheinlich) -> sie sollen trotzdem verstehen, was du alles gemacht hast, wenn auch nur auf einem top-level). Also:
-welche theoretischen Grunlagen wurden aufbereitet
-was war das konzept
-wie wurde implementiert
- wie wurde evaluiert und mit welchem Ergebnis
ja, das wiederholt sich, muss hier aber so sein.}
\begin{itemize}
\item Motivation
\begin{itemize}
\item group decisions hard
\item products not always single user configuration
\item group avoids mistakes
\item compromise found
\item reproducible
\end{itemize}
\item Forschungsfrage
\begin{itemize}
\item show viability of group recommenderrs for configuration
\item 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?
\end{itemize}
\item Theoretische Grundlagen
\begin{itemize}
\item product configuration
\item group-based configuration
\item recommender systems
\begin{itemize}
\item Collaborative Filtering
\item Content-Based Filtering
\item Constraint based recommendation
\end{itemize}
\item group recommmender
\end{itemize}
\item konzept
\begin{itemize}
\item all users configure simultaniously
\item recommendations are generated based on a pool of known valid configurations (database)
\item scoring and penalty function
\end{itemize}
\item implementiert
\begin{itemize}
\item extending configurator merlin
\item microservice open source
\end{itemize}
\item was wurde evaluiert und welches ergebnis?
\begin{itemize}
\item introduce satisfaction offline metric
\item Finetune and select parameter for this metric
\item Look at homogeneous hetereogeneous and random groups of size four
\item Results: works already with just part configuration. Especially great effects for hetereogeneous and random. For homogenous groups reduced knowledge yielded bad results
\end{itemize}
\end{itemize}
The aim of this thesis was to look at recommendation approaches and to propose a concept for recommenders in group-based configuration which helps groups with forming compromises.
The proposed concept suggests means to calculate per-user-scores for configurations. This allows the usage of a basic approach like item-based recommendation.
Moreover, these recommendations help a group to form a decision and show possible compromises for groups without requiring direct communication between group members. The usefulness of this approach was validated by introducing an offline metric to model group member satisfaction.
Generated recommendations improve group decisions and thereby the implemented recommender can be used as a solid base line to improve upon.
Overall it is possible to suggest compromises in group-based configuration which are based on group member's preferences.
Furthermore, the recommender works well, also, when knowledge is limited to only a subset of the configuration space.
Moreover, it is possible to conclude that content-based recommendation approaches can be adapted to be used for group-based configuration settings.
\section{Limitations and Further Research} \section{Limitations and Further Research}
\label{sec:Conclusion:LimitationsFurtherResearch} \label{sec:Conclusion:LimitationsFurtherResearch}