Skip to content

Another implementation of Le and Mikolov's Paragraph Vectors in "Distributed Representations of Sentences and Documents"

Notifications You must be signed in to change notification settings

rwong/paragraph2vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paragraph2vec

Experimenting with Le and Mikolov's Paragraph Vectors in "Distributed Representations of Sentences and Documents"

Description

This is primarily a learning exercise to obtain paragraph vectors using gensim with some additional stuff from Theano.

Setup

If C compiler exists, then entering

python setup.py build_ext --inplace

will build a fast version of the training functions. Changes to the Cython files in par2vec/models will require rebuilding of the libraries.

Requirements

gensim >= 0.12.0

About

Another implementation of Le and Mikolov's Paragraph Vectors in "Distributed Representations of Sentences and Documents"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published