Skip to content

pbhatia243/neural_topic_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages