maxpr / PCML_Proj2

0 stars 0 forks source link

Do the gradient Descent to find the matrix Factorisation #1

Open maxpr opened 7 years ago

maxpr commented 7 years ago

Now given the co-occurrence matrix and the vocabulary, it is not hard to train GloVe word embeddings, that is to compute an embedding vector for each word in the vocabulary. We suggest to implement SGD updates to train the matrix factorization. (From the ReadMe of project)