Autoencoders Flashcards

1
Q

Example of unsupervised tasks

A

Clustering
Dimensionality reduction
Feature learning
Data density estimation

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

What is an auto encoder network?

A

A feedforward neural network aiming at learning a compressed distributed representation of a dataset

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

The autoencoders network learns a “mapping between the training data and its labels T or F?

A

False

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

The autoencoder network learns the internal structure of the data itself T or F

A

True

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

The network structure of an autoencoder should force the network to learn only the most important features T or F?

A

True

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

Autoencoder scheme

A

Input -> Nn encoder - code - NN decoder - output that should be as close as possible to the input

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

In autoencoder training correspond to approximate which function?

A

The identity function

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

Why is sparsity paradigm required in training autoencoders?

A

Because learning the identity function is ill-posed when the number of hidden units is lower than the number of inputs

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

Sparsity paradigm does not constrain weight optimization T or F?

A

False

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

Neural coding

A

The patterns of electrical activity of neurons induced by a stimulus

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

Sparse coding paradigm

A

When a stimulus yields the activation of just a relatively small number of neurons, that combined represent it in a sparse way

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

Average activation of a neuron

A

Average of the output on the training set

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

Regularization weight can have any sign T or F

A

False always positive

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

Penalty factor formula (and input)

A

Input are sparsity parameter and average activation of hidden units. Formula is KL divergence

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

What is Kullback_Leiboer divergence

A

A standard function for measuring how different two distributions are

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