KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
NBVAE
★ 18
Open GitHub ↗
Negative-Binomial VAE for discrete data
Download README (.md)
Explore Similar Repositories
bluepill-blink
:
Blue Pill Blink Demo for Drone OS.
ASR-with-DFCNN-and-Transformer
:
Speech Recognition with DFCNN and Transformer
bottle-web
:
No description available.
kubemq-node
:
No description available.
ESPF
:
Explainable Substructure Partition Fingerprint for Protein, Drug, and More (NeurIPS 19 LMRL Workshop)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
NBVAE
?
Download (.md)
# NBVAE This is the demo code for the paper "Variational Autoencoders for Sparse and Overdispersed Discrete Data" in AISTATS 2020 [Link](http://proceedings.mlr.press/v108/zhao20c.html). # Datasets The datasets of 20NG and ML-10M are provided. The other text data can be downloaded from the code repo of [DPFA](https://github.com/zhegan27/dpfa_icml2015). The other collaborative-filtering data can be downloaded from the links in the paper and preprocessed with the code of [MultiVAE](https://github.com/dawenl/vae_cf). # Installation & Set-Up The code is implemented with Python 3.5.2 and Tensorflow 1.10.0, and also requires Numpy, Scipy, Scikit-learn, Pandas, and Bottleneck installations. # Run the demos The demos of NBVAE and NBVAE_dm on text data are in ```demo_NBVAE.sh```. The demo of NBVAE_b on binary collaborative-filtering data is in ```demo_NBVAE_b.sh```.