Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 489 Bytes

File metadata and controls

22 lines (13 loc) · 489 Bytes

Word2Vec

Text Embeddings

python -m app.word2vec_embeddings.pipeline

# WORD2VEC_DESTRUCTIVE=true python -m app.word2vec_embeddings.pipeline

# FIG_SAVE=true FIG_SHOW=true python -m app.word2vec_embeddings.pipeline

Dimensionality Reduction

Perform dimensionality reduction on the resulting word and document embeddings, respectively:

python -m app.word2vec_embeddings.reduction

# FIG_SAVE=true FIG_SHOW=true python -m app.word2vec_embeddings.reduction