Giter Club home page Giter Club logo

Comments (1)

jsyoon0823 avatar jsyoon0823 commented on August 17, 2024

Thank you for your interest in our paper.

  1. I am not sure whether I understand your question correctly.
  • In order to check which components are missing, you can use the mask vector (M).
  • You can extract this as checking the nan component or 0 component (if you put 0 for missing values).
  • After the training, the following part only replace the missing components to the imputed components: imputed_data = data_m * norm_data_x + (1-data_m) * imputed_data in line 167.
  1. GAN training
  • GAN training is not easy and there is no explicit score that we can track for understanding the training process.
  • People usually see the G and D losses and check whether they are well-balanced because balancing G/D is the key for GAN training.
  • In GAIN, you can check the following three losses: MSE_loss, G_loss, and D_loss (see line 153 - 157).
  • MSE_loss represents whether the model can recover the observed components. G/D losses are the same roles in original GAN training.

Hopefully, these answers would resolve your questions.

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.