GraphBTM icon indicating copy to clipboard operation
GraphBTM copied to clipboard

Code for paper "GraphBTM: Graph Enhanced Autoencoded Variational Inference for Biterm Topic Model". Under preparation.

Results 1 GraphBTM issues
Sort by recently updated
recently updated
newest added

the sample dataset 20news takes a small vocabulary size of 1995, therefore, the adj becomes a 1995*1995 tensor. But if I make a larger vocabulary size, the adj matrix will...