Giter VIP home page Giter VIP logo

Comments (3)

jsyoon0823 avatar jsyoon0823 commented on June 29, 2024

Hello,

Below is my answer for your questions.

  1. *2 comes from the fact that in this example, we use 50% missing rate; thus, to compensate that, I put *2. However, note that it is not crucial and you can remove this.

  2. As can be seen in Figure 1 in the paper, the inputs of the generators are [x,m,z].

  • z comes with x using m*x + (1-m)*z.
  • Then, m is concatenated.
  • In the case of auto-encoder type of neural networks, you don't need to use the same size of input and output.
  1. The activation function for this MNIST example is relu. For the other experiments, we use tanh.

Thanks.

from gain.

Elesa avatar Elesa commented on June 29, 2024

Thanks for your prompt response!

If I may, I still don't see the point of "*2" as, according to the paper, the discriminator is supposed to be trained at the datapoint(s) where b_j=0

Regarding the second point, I do know that generally speaking input and output are not restricted to share the same dimensions (which is also the case for GANs where the dimensionality of input noise is in principal substantially greater than that of the real data)
All I am saying is that based on the paper, I wouldn't suspect that M is needed in such a way (i.e apart from m*x + (1-m)*z)

Best,
Maria

from gain.

jsyoon0823 avatar jsyoon0823 commented on June 29, 2024
  1. You can just ignore "*2". Not much meaningful.
  2. Additional "m" is needed in order to distinguish which component comes from x and which component comes from z. Without "m", it is not possible to distinguish these two in terms of the generator.

from gain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.