giulio-derasmo / Page-Rank-and-Recommendation-Systems

Use the Scikit-Network for PageRank algorithms including Topic-specific PR and improve the performance of various recommendation-systems using Surprise library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page Rank and Recommendation Systems

Jupyter Notebook Python

University project at the course of Data Mining Technology for Business and Society concerning the use of the Scikit-network library for the Page Rank applied to an Harry Potter dataset and Surprise library for recommendation-systems.

Project Tasks

  1. Using the provided dataset, you must run various PageRank algorithms including Topic Specific PR and Personalized PR. The dataset for this part is an unweighted and undirected graph, where nodes represent characters from the "Harry Potter" books and an edge connects two characters in the graph if their names appeared at least one time within 14 words of one another in at least one of the books.

  2. Using the provided dataset containing UserID, ItemID, Rating, apply the algorithms for recommendation made available by "Surprise" libraries and try to improve the performance.

Project group members

About

Use the Scikit-Network for PageRank algorithms including Topic-specific PR and improve the performance of various recommendation-systems using Surprise library

License:MIT License


Languages

Language:Jupyter Notebook 100.0%