Low Code AI Flashcards

1
Q

2 types of proof for Crypto Currency?

A

Proof of work
Proof of stake

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

Two types of data

A

Quantitative
Qualitative

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

3 types of data

A

Structured
Unstructured
Semi-structured

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

Explain quantitative data

A

Quantitative data can be expressed with a numerical value.
For instance, how many, how much, how often, how far?

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

Explain qualitative data

A

Qualitative data cannot be measured or counted.
This means that can be almost any non-numerical data.
For instance an email, a document…

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

Explain structured data

A

Structured data information that has been formed into a well defined data model.
For instance, a dB table, csv with title row, data with a schema and data type.

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

Explain un-structured data

A

Does not have any particular schema or structure.
Examples: emails, chats, videos, photos, web pages, audio files.

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

Explain semi-structured data

A

Between structured and Unstructured.
Csv, xml, Json.
A video with meta data.
Email, known sender, receiver and other meta data.

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

Two ways that data is processed into an ML model?

A

Batch or real-time.

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

What platform do you use for no-code ML?

A

AutoML

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

What is the definition of “deep learning”?

A

When there is more than one layer of the “hidden layers” of the neural network.

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

What is each “dot” called in a neural network?

A

Neuron

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

How large is the grid to detect handwriting?
Total?

A

28x28
784

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

What is the term to determine if a pixel is “lit” or not?
Scale

A

Activation
0-1

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

First layer in neural network?

A

Input layer

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

Middle layer of neural network?

A

Hidden layer

17
Q

Last layer of neural network?

A

Output layer

18
Q

What is it called if you have more than 2 hidden layers?

A

Deep learning

19
Q

What is it called that judges how much importance is given to a scenario?

A

Weights

20
Q

What sets how much weight is required to turn it green?

A

Bias

21
Q

How many biases

A

16

22
Q

What is the name of the function that calculated the error in your neural network?

A

Cost function

Try to get cost as close to 0 as you can

23
Q

5 building blocks of ai/ml network infrastructure?

A

Front end network
Oob network
Ai/ml cluster
Backend network
Storage network