Hands-on AI Flashcards

1
Q

matplotlib

A

plotting tool

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

pyplot

A

submodule matplotlib, simpler plotting functionalities

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

pandas

A

Library for handling tubular data

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

Sklearn

A

scikit-learn
Simple and efficient tool for ML, data mining and data analysis

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

seaborn

A

Visualization library
Built on matplotlib

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

Pytorch

A

Machine learning framework. deep learning

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

Nyquist-Shannon theorem

A

A signal is completely determined by a series of points that are >1/2f seconds apart.
The sampling rate must be >2f

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

Fourier transformation

A

Decomposes a signal into its constituent frequencies

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

Evaluation of performance on our data

A

Loss function

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

Evaluation of performance on future data

A

Generalization error/risk

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

Estimation of generalization error

A

Empirical risk minimization

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

Softmax

A

Generalization of sigmoid function

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

Loss for regression

A

Mean-squared error

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

Loss for classification

A

Cross-entropy error

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

Auxiliary classifiers

A

Additional output heads trained with the same target

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

Residual connections

A

Adding a layer’s input to its output creates a gradient shortcut.