Low Code AI Flashcards
2 types of proof for Crypto Currency?
Proof of work
Proof of stake
Two types of data
Quantitative
Qualitative
3 types of data
Structured
Unstructured
Semi-structured
Explain quantitative data
Quantitative data can be expressed with a numerical value.
For instance, how many, how much, how often, how far?
Explain qualitative data
Qualitative data cannot be measured or counted.
This means that can be almost any non-numerical data.
For instance an email, a document…
Explain structured data
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.
Explain un-structured data
Does not have any particular schema or structure.
Examples: emails, chats, videos, photos, web pages, audio files.
Explain semi-structured data
Between structured and Unstructured.
Csv, xml, Json.
A video with meta data.
Email, known sender, receiver and other meta data.
Two ways that data is processed into an ML model?
Batch or real-time.
What platform do you use for no-code ML?
AutoML
What is the definition of “deep learning”?
When there is more than one layer of the “hidden layers” of the neural network.
What is each “dot” called in a neural network?
Neuron
How large is the grid to detect handwriting?
Total?
28x28
784
What is the term to determine if a pixel is “lit” or not?
Scale
Activation
0-1
First layer in neural network?
Input layer