xixuanzhang2022 opened a new pull request, #2201: URL: https://github.com/apache/systemds/pull/2201
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](https://github.com/roamanalytics/mittens/tree/master). It leverages efficient matrix operations for weight computation and gradient updates while integrating adaptive learning through momentum-based updates for stability in dml. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org