CPRS 47: Some other Precision Medicine Flashcards

1
Q

What test is this
Let the interrogator distinguish whether A or B is human or AI. If can’t distinguish, the machine is said to have intelligence

A

Turing Test

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

‘Relationships to be extracted from the data without programming’
Name a specific terminology

A

Machine Learning

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

What is the difference between expert learning and supervised learning

Expert: Requires explicit programming using ___________

Supervised: Machine identifying a _______ to describe the ___________

A

Expert: Requires explicit programming using pre-defined rules
Supervised: Machine identifying a function to describe the relationship

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

What is the difference between supervised learning and unsupervised learning?

Supervised: Machine will identify a _______ to describe the relationship

Unsupervised: Machine identify patterns from _______ data, using strategies like _________

A

What is the difference between supervised learning and unsupervised learning?

Supervised: Machine will identify a function to describe the relationship

Unsupervised: Machine identify patterns from unlabelled data, using strategies like clustering

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

Converting raw data into numerical features

What is this process called?

A

Feature extraction

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

Reducing the number of input variables to have smallest number of discriminative features
What is this process called

A

Feature selection

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

What is important during cross-validation

Say, when we divide data into 5 equal sized subsets, we use 4 sets to _______ the classifier, and remaining 1 set to _______ the trained classifier.

A

What is important during cross-validation

Say, when we divide data into 5 equal sized subsets, we use 4 sets to train the classifier, and remaining 1 set to evaluate the trained classifier.

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

What will happen if feature selection occurs prior to cross validation?

What shall we do instead?

A

What will happen if feature selection occurs prior to cross validation? Overestimation of accuracy

(Due to unseen class label in cross-validation is used during the feature selection process already)

Perform cross-validation prior to feature selection

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