-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
000de95
commit 201c3b8
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
## Preparations for lecture on Variational Auto Encoders | ||
## Preparations for lecture on Auto Encoders | ||
|
||
As a preparation for the Variational Auto Encoders convocation, make yourself acquainted with the material below, and subsequently complete any tasks assigned to you in canvas. | ||
*Note that this is an advanced topic and you will not be required to get all the details of the material*. | ||
As a preparation for the Auto Encoders convocation, make yourself acquainted with the material below, and subsequently complete any tasks assigned to you in canvas. | ||
|
||
1. Watch the [Video Lecture on Variational Auto Encoders](https://youtu.be/dPRPGA0krOs), and its [slides](slides/VariationalAutoEncoders.pdf) | ||
2. Read the Blog post on [VAE](https://towardsdatascience.com/understanding-variational-autoencoders-vaes-f70510919f73) | ||
3. Have a look at the example code in the jupyter [notebook](../nb/vae/) | ||
1. Read the chapters on [Auto Encoders](https://www.kaell.se/dsbook/unsupervised/autoenc.html) and its [example implementation](https://www.kaell.se/dsbook/unsupervised/VAEofCarcinomas.html) | ||
|
||
## Additional material | ||
|
||
* If you want more details, on VAE, the original [preprint](https://arxiv.org/pdf/1312.6114.pdf) is nice. | ||
* A bit out of the context, but still relevant for the lecture, this [tool](https://playground.tensorflow.org/) illustrate the effects of architecture and regularization schemes have when training a ANN for different dataset. | ||
* A nice Blog post on [VAE](https://towardsdatascience.com/understanding-variational-autoencoders-vaes-f70510919f73) | ||
|
||
* If you want more details, on VAE, the original [preprint](https://arxiv.org/pdf/1312.6114.pdf) is nice, but might be challenging. |