Code Monkey home page Code Monkey logo

exploring-gans's People

Contributors

kevtan avatar mjyip8 avatar

Watchers

 avatar  avatar

exploring-gans's Issues

Does the discriminator improve too quickly?

One common problem people encounter when training GANs is that the discriminator gets too good too fast because its task is much easier than the generator's. Did we notice that in the course of our experiments?

Explore latent spaces

Even with just the unconditional GAN.

  • Cluster analysis
  • What numbers have embeddings that are closer together in space?
  • Use PCA to visualize the embeddings space
  • Are there multiple cluster centroids for the same number?

Implement GAN Performance Metrics

It's hard to evaluate to the performance of a GAN. How do you even do so? Look into the literature to see what kind of stuff they're doing and why they work.

Interpolation Animation

Create an animation of the generator output as we interpolate from 0 to 1, 1 to 2, ..., all the way back to 0.

Idea: Generating Multiple Numbers

The current idea with conditional generation is to pass in a one-hot vector and use that to determine what kind of number the neural network will generate. What if we wanted to pass in multiple 1's in that vector?

  • First, experiment to see what the generator actually generates in this situation.
  • It would be nice to have the GAN be able to generate variable-sized outputs that correspond to a sequence of numbers like 567 or 97324 or something along those lines. We'd pass in a matrix with the column representing the different numbers to generate and in what sequence.

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.