Hacker News new | ask | show | jobs
by 1980phipsi 602 days ago
So it's like converting a normal distribution to log normal (and then back). But a more general way of thinking about it.

Where does the name "normalizing flows" come from?

1 comments

It comes from the Jacobian which you can get from auto diff. It measures how much distortion the function created and normalizes it so that you can integrate correctly without blowing up gradients
I mean the whole thing sounds like a deep neural network…