Coder Social home page Coder Social logo

shaform / deepnetworks Goto Github PK

View Code? Open in Web Editor NEW
23.0 4.0 4.0 7.48 MB

My implementations of deep neural networks for practice.

License: Apache License 2.0

Python 9.23% Jupyter Notebook 90.77%
deep-learning deep-neural-networks generative-adversarial-network mnist jupyter-notebook wasserstein-gan dragan discogan

deepnetworks's Introduction

Hi there 👋

deepnetworks's People

Contributors

shaform avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

deepnetworks's Issues

Some questions about the loss function of iwacgan and the discriminator settings

Hi your project is very detailed and easy to read. But I am a pytorch user, and can't understand it particularly clear. Therefore,there some question I try to figure out.

If i have not made a mistake, you use the three discriminators in iwacgan to deal with real, fake, the interpolation samples respectively. I have read some iwgan code where only one discriminator is used. What is the difference between them? Will the three discriminators are updated at the same time according the loss function?@shaform

In addition, the generator loss and discriminator loss is
'''python
self.g_total_loss = self.g_loss + self.g_c_loss + self.g_reg_loss

self.d_total_loss = (self.d_loss + self.d_c_loss + self.d_grad_loss+ self.d_reg_loss)
'''
The total loss function looks equal to a value that iwgan loss plus the category crossover entropy loss. Do not need any modification operation?

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.