Welcome to svd2vec’s documentation!

SVD2vec is a python library for representing documents words as vectors. Vectors are created using the PMI (Pointwise Mutual Information) and the SVD (Singular Value Decomposition).

This library implements recommendations from “Improving Distributional Similarity with Lessons Learned from Word Embeddings” (Omer Levy, Yoav Goldberg, and Ido Dagan) 1. This papers suggests that traditional methods like PMI and SVD can be as good as word2vec by appling the same hyperparameters.

1

Improving Distributional Similarity with Lessons Learned from Word Embeddings. Omer Levy, Yoav Goldberg, and Ido Dagan Transactions of the Association for Computational Linguistics 2015 Vol. 3, 211-225

Indices and tables