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

add GloVe implementation #2201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xixuanzhang2022
Copy link

This PR introduces a matrix-based implementation of GloVe (Global Vectors for Word Representation) for SystemDS, enabling the computation of word embeddings using co-occurrence statistics. The implementation follows the original GloVe paper and is based on the open-source implementation mittens.

It leverages efficient matrix operations for weight computation and gradient updates while integrating adaptive learning through momentum-based updates for stability in dml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant