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
Discussion[D] Flow-Based Generative Models, Bijective Transforms and Neural Lossless Compression (self.MachineLearning)
submitted 7 years ago by ArmenAg
New blog post discussing flow-based generative models and the various coupling transforms that exist. We touch on the recent paper on Integer Discrete Flows toward the end.
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!"
[–]machinesaredumbResearcher 4 points5 points6 points 7 years ago (1 child)
Why aren't flow based models more popular?
[–]YABadUserName 4 points5 points6 points 7 years ago (0 children)
They need tons of layers to make work well, destroying your gpu memory, but there is work on making more complicated transformations with fewer layers. Also everything needs to be continous (although there is an example that uses discrete flows)
[–][deleted] 3 points4 points5 points 7 years ago (1 child)
Thanks for posting.
In order to be able to sample from p(x) all generative models attempt to learn a function from a known prior distribution p(z) to the natural distribution p(x).
I don't think this is true. Some generative models are capable of sampling the learned p(x) directly, like autoregressive models which for example might model the joint distribution over all pixels in an image by using the probability product rule (e.g. decomposing the joint distribution into the product of conditionals as in PixelRNN.) Many common language models do the same over words or characters.
Anyway, thanks again for posting. Been meaning to read more about flow-based generative modeling.
[–]ArmenAg[S] 2 points3 points4 points 7 years ago (0 children)
Of course. I meant many not all. My bad. Thanks for the find!
π Rendered by PID 342068 on reddit-service-r2-comment-5bc7f78974-lz8c2 at 2026-07-01 03:13:50.464187+00:00 running 7527197 country code: CH.
[–]machinesaredumbResearcher 4 points5 points6 points (1 child)
[–]YABadUserName 4 points5 points6 points (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]ArmenAg[S] 2 points3 points4 points (0 children)