Week 1 Flashcards

1
Q

What is the aim of pattern recognition ?

A

Aim is to build algorithms that can:
- recognise useful patterns in data
- extract useful information from data
To make decisions based on data.

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

Disciplines related to pattern recognition

A

ML - broader
NN - narrower
Statistic - overlapping

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

Disciplines to which pattern recognition is applied

A

Signal processing
Computer vision
Data mining

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

Why is pattern recognition important ?

A

Lots of data (data is cheap)
Finding patterns in data can be useful/lucrative

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

Retail applications of pattern recognition

A

Recommended algorithms

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

Financial applications of pattern recognition

A

Forecasting
Detecting fraud

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

Internet applications of pattern recognition

A

Spam detection for email

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

Medical applications of pattern recognition

A

DNA sequencing
Identifying proteins from AA sequences
Finding patterns in diagnostic tests

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

Classifier design cycle

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

What is learning ?

A

Acquiring and improving performance through experience

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

Define semi supervised learning ? When is it useful ? What does it need?

A

Training data consists of both labelled and unlabelled examples
For some samples we have {x, w} for some samples we have {x}

Useful when cost of having human label data is high

Need specialist learning algorithms able to update parameters when a label is and isn’t provided

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

Define RL

A

For each input, algo makes a decision w* =g(x)

A critic/teacher compares w* to correct answer and (occasionally) tells learner if it was correct (through rewards)

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

Transfer learning

A

Train classifier on 1 task (for which data is abundant)

Then further train on 2nd task for which data is less abundant

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

Define supervised learning

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

2 main methods for choosing hyper params

A

Exhaustive search (grid search)
Learning (meta learning)

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

Evaluation metrics for classifier

17
Q

What is a dichotomiser

A

Classifier with only 2 classes

18
Q

Evaluation metrics for dichotomizer

19
Q

Recall and precision