Git Product home page Git Product logo

Comments (6)

avik-pal avatar avik-pal commented on May 27, 2024

This seems like a really interesting area. We have been planning to diversify this framework and this looks like an interesting direction to proceed. I could find the following papers on this topic. (Feel free to extend the list):

from torchgan.

kayuksel avatar kayuksel commented on May 27, 2024

from torchgan.

kayuksel avatar kayuksel commented on May 27, 2024

For the weekend imputation problem of the dataset I have shared, one can create a training set that consists of data from Monday to Friday at each week. Then, impute the weekend before or after using the Generator. Lastly, the imputed seven-days signal can be fed to Discriminator, so that predicts whether the first-two days or last two-days of that signal was imputed. Note: One can probably impute both prior and after weekend at the same time and take the average of the losses for these predictions for both cases on each sample week.

from torchgan.

kayuksel avatar kayuksel commented on May 27, 2024

Dear @avik-pal & @Aniket1998, I have attempted making an implementation of what I have described as a potential solution to above mentioned weekend imputation problem. I would be more than glad if you can check #99; as I am quite unfamiliar with GAN and this was my initial attempt to employ it.

from torchgan.

avik-pal avatar avik-pal commented on May 27, 2024

@kayuksel Thanks for the attempt. However, we would really appreciate if you could put the code in some git repository or maybe a gist. It makes reviewing it much simpler.

from torchgan.

avik-pal avatar avik-pal commented on May 27, 2024

BTW I did go through your code. It seems fine. The only issue is that it is not exactly the style we follow in torchgan, you could actually use the convenience functions that we provide instead of writing everything explicitly. That being said it is not very difficult to modify it. I would recommend that you open a PR with this in the example directory as a script for now. I can then review it and suggest the changes that you can make.

Overall it seems like a good demonstration for a non-CV Problems. @Aniket1998 and I have had discussions regarding expanding the base of this framework to support a wide variety of GANs and this seems to be a good start.

from torchgan.

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.