01_intro Flashcards

1
Q

Mapping Terminology, what is part of what?

A

AI (ML (Deep Learning)))

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

What is Artificial Intelligence?

A

Systems (S) that perceive their environment (E) and take actions (A) to maximize their chances of achieving their goals (P - Performance measure).

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

What is Machine Learning?

A

Machines learn from data without being programmed

“The Field of Study that gives computers the ability to learn without being explicitly programmed.”

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

What is Deep Learning?

A

End-to-end learning in deep neural networks.

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

What are Fields associated with AI/ML/DL?

A

Language defined: Mathematics, Statistics

Handling data: Data Science

Computational Prerequisites: Computer Science

Brain as Inspo: Neuroscience, Cognitive Science

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

What are 3 different approaches to Machine Learning?

A

1) Supervised Learning
2) Unsupervised Learning
3) Reinforcement Learning

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

What is supervised learning?

A

find a function (“task”)
that relates input data x
to output data y
by learning a specific task
such that f(x) = y

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

What is unsupervised learning?

A

find structure within a data set

find transformation T
that builds a compact internal representation
of unlabeled data x
to unveil its internal structure

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

What is reinforcement learning?

A

learn a task in a dynamic and responsive environment

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

What supervised tasks can be learned with image data?

A

Classification,
Object Detection and
Segmentation (Semantic image segmentation, pixel classification)

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

What supervised tasks can be learned with tabular data?

A

Classification,
Regression (Time-Series prediction),
Synthesis (Simulating new data)

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

What supervised tasks can be learned with textual data?

A

Classification,
Synthesis (Language Translation and Text Generation)

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

What supervised tasks can be learned with audio data?

A

Classification,
Synthesis (speech-to-text and text-to-speech)

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

What are supervised tasks?

A

Classification
Regression
Object Detection
Segmentation
Synthesis

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

What are unsupervised tasks?

A

Clustering
Dimensionality reduction
Reconstruction
Anomaly detection

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

What is clustering?

A

unsupervised learning task:
identify structure inherent to the dataset

17
Q

What is Dimensionality Reduction?

A

unsupervised learning task:
Projecting the dataset into a lower dimensional space for better handling

18
Q

What is Reconstruction?

A

unsupervised learning task:
Reconstructing missing data

19
Q

What is Anomaly Detection?

A

unsupervised learning task:
identifying anomalies or outliers in the dataset