phlippe / uvadlc_notebooks

Repository of Jupyter notebook tutorials for teaching the Deep Learning Course at the University of Amsterdam (MSc AI), Fall 2023
https://uvadlc-notebooks.readthedocs.io/en/latest/
MIT License
2.52k stars 570 forks source link

New tutorial request to extend Normalizing Flow #123

Open mjack3 opened 11 months ago

mjack3 commented 11 months ago

Hello, I hope you are well.

This tutorial series is one of the best in the last few years. I have no doubts it is the same level as other paid courses as the Deep Learning Specialization. I am interested in Normalizing flow, and there is little information on the internet. So, having this course is a great learning tool. I would like to request the possibility of you extending your Normalizing Flow course to explain the Householder transformation and why it is interesting in Invertible Neural Networks, as well as possible applications like Householder permutation or even other Invertible transformations, like those based on Householder or further orthogonal transformation.

phlippe commented 11 months ago

Hi, thanks for your kind words! Householder flows are indeed an interesting topic. If I find the time, I will try to add a tutorial on them at some point :)