Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 810 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 810 Bytes

Neural Variational Document Model

================================= Tensorflow implementation of Neural Variational Inference for Text Processing.

model_demo This implementation contains:

  1. Neural Variational Document Model
    • Variational inference framework for generative model of text

    • Combines a stochastic document representation with a bag-of-words generative model

Prerequisites

Usage

To train a model with Ubuntu dataset:

$ python train_tp.py --vocab_path data/vocab.en --data_path some_yaks.txt --model_dir models/ --vocab 75000

Contact

Parminder Bhatia, parminder.bhatia243@gmail.com