clab / dynet

DyNet: The Dynamic Neural Network Toolkit
Apache License 2.0
3.42k stars 705 forks source link

"Competitive Example" (5): Variational Auto-encoders #1289

Open neubig opened 6 years ago

neubig commented 6 years ago

Part of: https://github.com/clab/dynet/issues/1284

We should have an example of variational auto-encoders. This could be either for:

  1. Something like the PyTorch example: https://github.com/pytorch/examples/tree/master/vae
  2. An implementation of Bowman et al.: https://arxiv.org/abs/1511.06349

I tend to prefer the latter, but the former would also potentially be OK.

pengwu22 commented 6 years ago

Pull Request #1307: 1. done 2. to start