dmlc / dmlc/MXNet.jl

Variational Autoencoders - error function

Open
#103 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
369
Forks
63
PR merge metrics
No merged PRs in 30d

Description

Hello there,

_I'm not sure if this is a proper place to ask such a question - if not, please guide me to a place where I can find some help._

Is it possible now to implement Variational Autoencoders in Julia using MXNet.jl ?

Cost/error function is composed of two components there - one is placed at the very end of computation graph which is probably possible to implement but the other cost function component is "attached" somewhere in the middle of the graph - (KL Divergence between parametrized Gaussian and Normal Distribution)

For details take a look at: http://arxiv.org/pdf/1606.05908v1.pdf (Figure 4 - right part of it)

Little bit more generic question could emerge here: Is it possible to have a computation graph that is not a chain (single path of computations) but more complex structure like the network for VAE ?

Thanks a lot,

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.