C3W1 ML Strategy Flashcards

1
Q

Key ideas how to improve performance

A

Collect more data
Diverse training set
Train longer
Try ADAM
Try bigger network
Try smaller network
Try dropout
Try L2 regularisation
Change network architecture (activation function, hidden units)

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

Precision and recall

A

Precision - (of all recognitions as cats, how many actual cats?)

Recall - what percent of all cats are correctly recognised?

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

F1 score

A

~Average of precision and recall
Harmonic mean
2 / (1/p + 1/r)

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

Optimising and satisfying metrics

A

Optimising - accuracy - the lower the better
Satisfying - running time (set threshold- less than specific amount)
You should have only one optimising metric

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

Two steps

A
  1. Define metric
  2. How to do well on the metric
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Base optimal error

A

The best level of performance

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

How to achieve human level performance?

A

Get labeled data from humans
Gain insight from manual error analysis
Better analys of bias variance

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