CH 5 - Deep Neural Networks and the Brain Flashcards
semantic
relating to meaning in language or logic.
What represents semantic information in the data?
Features abstracted from the raw data
What is one of the most challenging tasks in ML?
designing features.
Each sample of an iris blossom can be represented in a
feature space = the n-dimensions where your variables live (not including a target variable, if it is present)
classification
assigning a sample to one of n discrete calsses
regression
assigning a continuous value to a sample
Workflow in ML
raw data -> data processing and feature extraction -> training -> inference
Is real-world data linearly separable?
no
What is an essential part of traditional machine learning?
Mapping of the data into a feature space in which they are linearly separable (feature engineerign)
One example of coordinate transformation
cartesian coordinates to polar coordinates
SIFT
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
Are there neurons that share features with SIFT?
Yes there are specific neurons in the inferior temporal cortex in primates
–> Their activity is invariant to changes in scale, location and illumination