Autoencoders Flashcards

1
Q

What is a high level definition of an autoencoder?

A

an unsupervised learning technique in which we leverage neural networks for the task of representation learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

at a high level how does an autoencoder learn the representation?

A

the neural network has a bottleneck inside of it that forces a compressed knowledge representation of the original input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

at a medium level how does an autoencoder work?

A

we take an unlabeled dataset and frame it as a supervised learning problem, tasked with outputting a reconstruction of the original input via a bottlenecked network. We train our network, minimizing the reconstruction error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly