Skip to content

annamhuber/BA-movie-recommender-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BDA Movie Recommender System

This bachelor project is in the domain of Machine Learning and Recommender Systems. Generally, user-user and item-item neighborhoods are computed in the feature space (using e.g. ratings data). The user/items that are neighbors of each other are then used in the computation of recommendations. Pearson Correlation or Cosine Similarity is used in the feature space to compute the distances. Afterwards, the Top-N (usu. 30-50) nearest/closest neighbors are identified. The idea of this project is to compute the user and item distances in the Principal Component Analysis (PCA) space. Using the distances in the PCA space users/items neighbors are then identified in the PCA space using e.g. Mahalanobis Distance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages