Advanced Learning Algorithms Flashcards

1
Q

What is a neural network?

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

How is a neural network structured?

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

What is forward propagation?

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

What is backward propagation?

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

What are activation functions, and why are they important in neural networks?

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

What are some commonly used activation functions?

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

How do you choose the right activation function for a given problem?

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

When should you use the sigmoid function?

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

When should you use the ReLU activation function?

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

What is the difference between linear regression and a neural network with linear activation functions?

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

What is the difference between binary classification and multiclass classification?

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

What is the softmax regression algorithm, and how is it used in multiclass classification?

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

What is the cross-entropy loss function, and how is it used in the context of softmax regression?

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

What is the indicator function used in the cost equation for Softmax regression?

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

How can numerical instability issues be mitigated when using the softmax activation function?

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

What are logits in the context of machine learning, and how are they used in the SparseCategoricalCrossentropy loss function?

17
Q

What is multi-label classification, and how does it differ from single-label classification?

18
Q

How can a neural network be trained for multi-label classification?

19
Q

What is the Adam algorithm, and how is it used in optimization for machine learning?

20
Q

How can you evaluate a models performance in machine learning?

21
Q

How can you diagnose whether an algorithm has high bias or high variance?

22
Q

What is regularization in machine learning?

23
Q

How does L2 regularization prevent overfitting in a model?

24
Q

How can regularization control both high bias and high variance in a model?

25
Q

Why is it useful to compare an algorithms performance to that of a human or competing algorithms?

26
Q

How can learning curves help diagnose whether an algorithm is suffering from high bias or high variance?

27
Q

How can you debug a learning algorithm that is suffering from high bias or high variance?

28
Q

What are precision and recall, what are they used for?

29
Q

When is accuracy not the most appropriate metric to use when evaluating the performance of a machine learning algorithm?

30
Q

Define the F1 score

31
Q

What is a precision recall curve, and what is the significance of the area under the curve?

32
Q

How are precision and recall calculated?

33
Q

What is the difference between true positives and false positives?

34
Q

How do precision and recall provide more insight into the performance of a model on imbalanced datasets?

35
Q

What are some limitations or weaknesses of using precision and recall as error metrics?