Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Build Simple VAE | Building and Training Generative Models
Generative AI

bookChallenge: Build Simple VAE

In this challenge, you'll build and train a variational autoencoder (VAE) on the MNIST dataset β€” step by step. You'll define the architecture, implement the reparameterization trick, create the custom loss, and run the full training process.

To make your experience smoother, you can choose one of the following options to work with the code:

Once you open the notebook, you'll see a series of tasks. Each task includes:

  • Clear instructions;
  • Code with blanks to fill in;
  • Checkers that verify your solution.

When your implementation is correct, the checker will display a short key. Collect all the keys from every step β€” you'll need them at the end.

question-icon

Enter the parts of the key (you received them after you had done the project)

1.  2.
3.
 4.
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 4

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Awesome!

Completion rate improved to 4.76

bookChallenge: Build Simple VAE

Swipe to show menu

In this challenge, you'll build and train a variational autoencoder (VAE) on the MNIST dataset β€” step by step. You'll define the architecture, implement the reparameterization trick, create the custom loss, and run the full training process.

To make your experience smoother, you can choose one of the following options to work with the code:

Once you open the notebook, you'll see a series of tasks. Each task includes:

  • Clear instructions;
  • Code with blanks to fill in;
  • Checkers that verify your solution.

When your implementation is correct, the checker will display a short key. Collect all the keys from every step β€” you'll need them at the end.

question-icon

Enter the parts of the key (you received them after you had done the project)

1.  2.
3.
 4.
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 4
some-alt