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

Consider using bipartite networks to infer topics #17

Open
lyashevska opened this issue Apr 30, 2024 · 1 comment
Open

Consider using bipartite networks to infer topics #17

lyashevska opened this issue Apr 30, 2024 · 1 comment

Comments

@lyashevska
Copy link
Contributor

lyashevska commented Apr 30, 2024

A bipartite network is a type of network or graph that consists of two sets of vertices, where vertices from one set are only connected to vertices from the other set, and vice versa. In our case, there will be 2 types of vertices: Video and Tag. An edge exists between a video and a tag if the tag appears in the video.

For more info refer:
Community detection in bipartite networks
Similarities between topic modelling and network clustering

@lyashevska
Copy link
Contributor Author

@michaelrojekgiffin I am currently investigating this approach. You might want to check this out.

This was referenced Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant