Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommendation Algorithms #14

Open
1 of 4 tasks
jacobdanovitch opened this issue Nov 22, 2021 · 1 comment
Open
1 of 4 tasks

Recommendation Algorithms #14

jacobdanovitch opened this issue Nov 22, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request P1
Milestone

Comments

@jacobdanovitch
Copy link
Member

jacobdanovitch commented Nov 22, 2021

  • Random
  • Centrality
  • Embeddings
  • Community Detection
@jacobdanovitch jacobdanovitch self-assigned this Nov 22, 2021
@jacobdanovitch jacobdanovitch added the enhancement New feature or request label Nov 22, 2021
@jacobdanovitch jacobdanovitch added this to the Term Paper milestone Nov 22, 2021
@jacobdanovitch
Copy link
Member Author

jacobdanovitch commented Jan 4, 2022

  • Instead of just PPR, maybe try to parameterize the centrality measure to allow use of degree/eigenvector/Katz/etc as well
  • Stretch: CD-based heuristic with some voting strategy (eg, nodes from most common community among viewed nodes)
    • This could sit on top of other providers as well (eg, take nodes with highest eigenvector centrality from most common community)
  • Stretch: Embedding-based heuristic with some voting strategy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1
Projects
None yet
Development

No branches or pull requests

2 participants