CH 5 - Deep Neural Networks and the Brain Flashcards

1
Q

semantic

A

relating to meaning in language or logic.

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

What represents semantic information in the data?

A

Features abstracted from the raw data

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

What is one of the most challenging tasks in ML?

A

designing features.

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

Each sample of an iris blossom can be represented in a

A

feature space = the n-dimensions where your variables live (not including a target variable, if it is present)

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

classification

A

assigning a sample to one of n discrete calsses

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

regression

A

assigning a continuous value to a sample

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

Workflow in ML

A

raw data -> data processing and feature extraction -> training -> inference

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

Is real-world data linearly separable?

A

no

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

What is an essential part of traditional machine learning?

A

Mapping of the data into a feature space in which they are linearly separable (feature engineerign)

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

One example of coordinate transformation

A

cartesian coordinates to polar coordinates

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

SIFT

A

SIFT( Scale Invariant Feature Transform)

Algorithm for the identification of image key points and computation of image features that are invariant with respect to scaling, image translation and rotation

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

Are there neurons that share features with SIFT?

A

Yes there are specific neurons in the inferior temporal cortex in primates
–> Their activity is invariant to changes in scale, location and illumination

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