Coder Social home page Coder Social logo

Comments (3)

donseca avatar donseca commented on May 31, 2024

As far as I've understood, the first two steps pertain to the training of the autoencoding components (embedding, recovery) in terms of their ability to encode into latent space and learning temporal dependencies. Thus some sort of pre-training (Chapter 4.1 in the original paper)

What remains unclear to me is why the g_loss_s is included as is in the train_supervisor function, but the generator_loss_supervised is multiplied by 0.1 in the train_embedder function and by 100 in train_generator (while taking the square root). Any insights on this?

Agree on the change of the g_loss_s (and this should also be valid for generator_loss_supervised I guess).

from ydata-synthetic.

gmbss0 avatar gmbss0 commented on May 31, 2024

I believe that all hyperparameters are purely empirically identified parameters that seem to perform well on the datasets used by the authors. The relative weight (0.1 or 100*sqrt) may be used to balance the individual loss components. g_loss_s is added to two cross entropy components (G_loss_U and G_loss_Ue) for the generator loss, as opposed to the embedding loss. Different magnitudes of the loss components may require different scaling of g_loss_s. At least this is my intuition...Hope this helps!

from ydata-synthetic.

donseca avatar donseca commented on May 31, 2024

Thanks! Good point on the cross entropy...I guess I'll leave it at intuition for now.

from ydata-synthetic.

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.