M9 Flashcards

Study module 9 material (autoencoders)

1
Q

Autoencoder

A
  • Type of ANN
  • learns to represent data in compressed form, then reconstruct the data to resemble initial input as close as possible
  • 2 components:
    • encoder (compresses input data, maintains original features)
    • decoder (reconstructs initial input data from the compressed data)
  • architecture has 3 components: encoder, bottleneck/latent space, and decoder
  • can learn nonlinear dependencies, use convolutional layers, and use transfer learning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Autoencoder properties

A
  • data-specific (can only do stuff similar to what they were trained on)
  • lossy (“decompressed outputs will be degraded compared to the original inputs”)
  • “learns automatically from examples”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How autoencoders deal with overfitting when “capacity is too large for the data”

A
  • bottleneck layer
  • train to denoise
  • sparsity through regularization
  • contractive penalty
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Overcomplete autoencoder

A

Autoencoder where the dimension of h is greater than or equal to the dimension of xi

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