week 3 - chatgpt Flashcards

1
Q

What limitation of linear discriminant functions motivated the development of neural networks?

A

Linear discriminants can only separate data with a straight line (or hyperplane); they cannot solve problems like XOR that are not linearly separable.

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

What is the key difference between a linear threshold unit and a multilayer neural network?

A

A linear threshold unit can only model linearly separable functions

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

Why can’t a single-layer perceptron solve the XOR problem?

A

Because the XOR function is not linearly separable

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

What innovation allows multilayer networks to solve nonlinear classification tasks?

A

The use of hidden layers with nonlinear activation functions enables multilayer networks to create complex decision boundaries.

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

How does the Delta rule improve on the Perceptron rule?

A

The Delta rule updates weights based on continuous error

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

What is the biological inspiration for competitive learning in neural networks?

A

It mimics the behaviour of neurons in the brain where only the most activated neuron (the winner) updates

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

How is a competitive network different from a standard feedforward neural network?

A

In a competitive network

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

What problem does the autoencoder solve that standard feedforward networks do not?

A

Autoencoders learn efficient representations by compressing data through a bottleneck

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

Why is an autoencoder considered a form of unsupervised learning?

A

Because it learns to reconstruct its input without requiring labelled data

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

What makes a sparse autoencoder different from a basic autoencoder?

A

A sparse autoencoder includes a sparsity constraint on the hidden layer

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