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

residual2vec with a stochastic gradient descent algorithm for embedding large networks #3

Merged
merged 17 commits into from Nov 23, 2021

Conversation

skojaku
Copy link
Owner

@skojaku skojaku commented Nov 14, 2021

Issue:
The current implementation based on a matrix factorization is memory demanding especially for large networks. The memory consumption is marginal up to 1M but considerable for larger networks, which prevents me to use residua2vec for some of my projects. This update aims to address this issue by using the stochastic gradient descent algorithm, which updates the embedding incrementally using a small chunk of data that can be fitted into memory.

@skojaku skojaku merged commit 708c75a into main Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant