Repommend

Dec 20, 2021

Network Analysis
ITU
2021

In our Network Analysis course, we took on the task of building a recommendation system for GitHub repositories by using solely a bipartite graph that represents the relationships between users and the repositories they watch. The technique used can be generally applied to any bipartite graph, to build a recommendation for either of the two classes.

If you're interested, you can try the system here or take a look at the code on GitHub.

Repommend web application