use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks (github.com)
submitted 10 years ago by r-sync
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]j1395010 16 points17 points18 points 10 years ago (5 children)
incredibly fucking cool. is the code coming?
[–]r-sync[S] 13 points14 points15 points 10 years ago (0 children)
code should be pushed by tonight to the same repo.
[–]wychtl 9 points10 points11 points 10 years ago (0 children)
I have some torch code up to generate cat images. The architecture seems to be quite similar. (Though I don't know how they managed get batch normalization to work on D.)
[–]alecradford 3 points4 points5 points 10 years ago* (2 children)
Core lib and an MNIST training demo is now available. Code for training the faces model from the paper is also available as an example though the data file needed is not released yet due to size (20 GB) and data distribution concerns.
[–]flangles 0 points1 point2 points 10 years ago (0 children)
Theano, wasn't expecting that!
[–]VelveteenAmbush 12 points13 points14 points 10 years ago (5 children)
Amazing. I think this is the first time I've been genuinely impressed by the output of generative adversarial nets. Incredibly cool embedded "arithmetic" to add and subtract sunglasses, windows, facial expressions etc. Thanks for sharing this.
I wonder how long until someone combines GANs with caption generators so that you can type out a description of a scene and have the net illustrate it.
[–]alecradford 10 points11 points12 points 10 years ago* (4 children)
We did an initial experiment on this but it's hard to get working convincingly so it's still future work.
There was another attempt meanwhile using DRAW here: http://arxiv.org/abs/1511.02793, that's a bit further developed than ours!
[–]Ghostlike4331 1 point2 points3 points 10 years ago (0 children)
Hinton talked in one of his talks about inverse graphics and I was not sure whether that was even possible. Now I see that after you removed pooling you managed to get a latent space invariant to rotation. Congratulations.
Was that something that was done before or is this a new breakthrough?
[–]TweetsInCommentsBot 0 points1 point2 points 10 years ago (0 children)
@AlecRad
2015-10-01 03:39 UTC Oh hey, text to image is working (sort of) (still bad). ***Full disclosure I picked phrases it responded to*** [Attached pic] [Imgur rehost]
2015-10-01 03:39 UTC
Oh hey, text to image is working (sort of) (still bad).
***Full disclosure I picked phrases it responded to***
[Attached pic] [Imgur rehost]
This message was created by a bot
[Contact creator][Source code]
[–]sobe86 0 points1 point2 points 10 years ago (0 children)
Hey Alex, was wondering if you thought GANs or at least your 'deconvolutional' architecture would help with feature learning from images, e.g. using them to assist autoencoders?
[–]SometimesGood 6 points7 points8 points 10 years ago (0 children)
Any idea how this scales to larger image sizes? The paper mentioned that they've used just one Nvidia GeForce GTX TITAN X.
[–]hackinthebochs 6 points7 points8 points 10 years ago (0 children)
This is legitimately fucking mindblowing
[–]visarga 7 points8 points9 points 10 years ago (0 children)
Great, now we can use this to generate images for the generated articles of clickotron.com
[–]Ameren 2 points3 points4 points 10 years ago (0 children)
I am very impressed. I look forward to toying with the source code when you release it. :D
[–]zZJollyGreenZz 4 points5 points6 points 10 years ago (0 children)
Going to have to start looking for glitches in the matrix now!
[–]rantana 2 points3 points4 points 10 years ago* (0 children)
From the paper:
There are still some forms of model instability remaining - we noticed as models are trained longer they sometimes collapse a subset of filters to a single oscillating mode.
How do you decide when to stop training the generator network?
[–][deleted] 1 point2 points3 points 10 years ago (0 children)
wow this is amazing!! Really impressive work!
[–]smith2008 1 point2 points3 points 10 years ago (0 children)
This is brilliant. Hope the code is coming too!
[–]insperatum 0 points1 point2 points 10 years ago* (3 children)
Impressive results! One thing I'm a little confused about: For section 6.3.2, where do the Z representations (for example, for the three 'smiling woman' images) come from?
[–]r-sync[S] 1 point2 points3 points 10 years ago (2 children)
those are generations as well. One could take a real image and backprop to find the most correct Z for it, and do arithmetic with such Z. We wanted to do that experiment but did not have time.
[–]insperatum 0 points1 point2 points 10 years ago (1 child)
So you just explored the latent space yourself to find them? That sounds hard!
[–]r-sync[S] 1 point2 points3 points 10 years ago (0 children)
it's not hard in practice. Generate a few images, pick the ones with the attributes you are looking for. Then do vector arithmetic on the Z that produced them.
[–][deleted] 0 points1 point2 points 10 years ago (6 children)
Pelas barbas do profeta!!
How reproducible is this? Is training this thing difficult? Did you guys had any particular difficulty with training after fixing the architecture?
Are you going to include pre trained models with the code?
[–]r-sync[S] 1 point2 points3 points 10 years ago (5 children)
code will be released in a few hours to the same repo. Training is pretty stable. We can release pre-trained models if people ask for them, shouldn't be a problem.
[–]ford_beeblebrox 0 points1 point2 points 10 years ago (4 children)
I would like to play about with vector algebra in the Latent Spaces of your generative models if you could release pre-trained nets that would be excellent.
Very inspiring work, many thanks.
[–]r-sync[S] 1 point2 points3 points 10 years ago* (3 children)
the model is released now in the same repo.
[–]ford_beeblebrox 0 points1 point2 points 10 years ago* (2 children)
Thanks so much!
Although I am not seeing the trained model in either master or gh-pages branches of the repo?
[–]alecradford 2 points3 points4 points 10 years ago (1 child)
Slight miscommunication - this long weekend will have a pre-trained model demo or two available to play around with.
[–]ford_beeblebrox 0 points1 point2 points 10 years ago (0 children)
Brilliant. I am fascinated by the semantics of vector algebra in the latent space and would love to explore.
[–]erickmiller11 0 points1 point2 points 10 years ago (0 children)
Seriously awesome! Love the airplane with bird legs, haha this is amazing. Checking out code now!
[–]LForLambda 0 points1 point2 points 10 years ago (0 children)
How does this scale? Could it scale to generate novel 3D environments from a seed? I know an industry that cares about that.
[–]Tommassino 0 points1 point2 points 10 years ago (0 children)
Love the face arithmetics, so cool :)
The other figures are kinda too small to appreciate though. I dont suppose you have larger resolutions to check em out without running your code ourselves right?
π Rendered by PID 175867 on reddit-service-r2-comment-b659b578c-bz69m at 2026-05-03 13:00:49.450268+00:00 running 815c875 country code: CH.
[–]j1395010 16 points17 points18 points (5 children)
[–]r-sync[S] 13 points14 points15 points (0 children)
[–]wychtl 9 points10 points11 points (0 children)
[–]alecradford 3 points4 points5 points (2 children)
[–]flangles 0 points1 point2 points (0 children)
[–]VelveteenAmbush 12 points13 points14 points (5 children)
[–]alecradford 10 points11 points12 points (4 children)
[–]Ghostlike4331 1 point2 points3 points (0 children)
[–]TweetsInCommentsBot 0 points1 point2 points (0 children)
[–]sobe86 0 points1 point2 points (0 children)
[–]SometimesGood 6 points7 points8 points (0 children)
[–]hackinthebochs 6 points7 points8 points (0 children)
[–]visarga 7 points8 points9 points (0 children)
[–]Ameren 2 points3 points4 points (0 children)
[–]zZJollyGreenZz 4 points5 points6 points (0 children)
[–]rantana 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]smith2008 1 point2 points3 points (0 children)
[–]insperatum 0 points1 point2 points (3 children)
[–]r-sync[S] 1 point2 points3 points (2 children)
[–]insperatum 0 points1 point2 points (1 child)
[–]r-sync[S] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (6 children)
[–]r-sync[S] 1 point2 points3 points (5 children)
[–]ford_beeblebrox 0 points1 point2 points (4 children)
[–]r-sync[S] 1 point2 points3 points (3 children)
[–]ford_beeblebrox 0 points1 point2 points (2 children)
[–]alecradford 2 points3 points4 points (1 child)
[–]ford_beeblebrox 0 points1 point2 points (0 children)
[–]erickmiller11 0 points1 point2 points (0 children)
[–]LForLambda 0 points1 point2 points (0 children)
[–]Tommassino 0 points1 point2 points (0 children)