vitutorial / VITutorial

This repository stores slides for a tutorial on variational inference for NLP audiences.
298 stars 55 forks source link

Start on M6 -- now it's mergeable #12

Closed philschulz closed 7 years ago

philschulz commented 7 years ago

This is a first shot. There are still duplicate slides and not enough pauses, so don't worry about the layout too much (suggestions are welcome, though). At the moment, content and flow are more important.

philschulz commented 7 years ago

Ok, now all of the content is in. Still not optimal but at we can start fine-tuning from here. I left out the score function gradient because I think it's getting too much.

philschulz commented 7 years ago

One more thing: I would like to have way more pauses to go through derivations line by line. However, there is a bad interaction between align and pauses. It will usually just show you random lines instead of the ones you want to see. Have you ever encountered this problem before?

philschulz commented 7 years ago

I managed to annotate the arrows in the computation graph with parameters. See how you like it.

wilkeraziz commented 7 years ago

It seems like \pause doesn't like the align environment or vice-versa. Some people suggested to use eqnarray instead