Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-3179

GloVe implementation with or without pre-trained model

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      GloVe is an unsupervised learning algorithm for obtaining vector representations for words. Training is performed on aggregated global word-word co-occurrence statistics from a corpus, and the resulting representations showcase interesting linear substructures of the word vector space.

      Implement a function inside the nn package that trains a model for learning the text to vector embeddings using co-occurrence. if a pre-trained model is provided then extract the embeddings from that model for a given dataset.
      For more about GloVe please visit:
      https://nlp.stanford.edu/projects/glove/

      Attachments

        Activity

          People

            Unassigned Unassigned
            ssiddiqi Shafaq Siddiqi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: