mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
fix research gap section to be about content-based filtering
This commit is contained in:
@@ -19,11 +19,9 @@
|
|||||||
|
|
||||||
\section{Research Gap}
|
\section{Research Gap}
|
||||||
|
|
||||||
There exists research on group recommenders and research on recommenders for configuration but there does not exists research on recommendation for group configuration. An approach for group recommenders is collaborative filtering. This approach is used also in recommenders for configuration. That is why adapting these approaches to suit the use case of group recommenders for configuration.
|
There exists research on group recommenders and research on recommenders for configuration but there does not exists research on recommendation for group configuration. An approach for group recommenders is content-based filtering. This approach is used also in recommenders for configuration. That is why adapting this approaches to suit the use case of group recommenders for configuration will be analysed in this thesis.
|
||||||
|
|
||||||
Commonly for collaborative filtering with group recommenders the preferences of the group members are combined with an aggregation function to generate a group profile. This profile is compared to historic group profiles from other groups and their choice of items (e.g. songs to listen to, things to buy) is used for recommendations.
|
Commonly for content-based recommenders categories based on content are created and a separate user or group profile is generated based on the preferences of whole items. For configuration recommenders however this would create additional modelling or content grouping workload, therefore in this thesis it is proposed to use attributes of a configuration as distinguishing categories.
|
||||||
|
|
||||||
Collaborative filtering in configuration on the other hand usually uses the similarity of the current unfinished configuration to historic configurations to give recommendations.
|
|
||||||
|
|
||||||
\section{Recommender Systems}
|
\section{Recommender Systems}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user