Basics Flashcards

1
Q

Labeled data

A

dataset where each instance or example is accompanied by a label or target variable that represents the desired output or classification.

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

Unlabeled data

A

dataset where the instances or examples do not have any associated labels or target variables. The data consists only of input features, without any corresponding output or classification.

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

Structured data

A

data that is organized and formatted in a predefined manner, typically in the form of tables or databases with rows and columns. This type of data is suitable for traditional machine learning algorithms that require well-defined features and labels. The following are types of structured data.

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

Unstructured data

A

data that lacks a predefined structure or format, such as text, images, audio, and video.

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

Batch inferencing

A

when the computer takes a large amount of data, such as images or text, and analyzes it all at once to provide a set of results.

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

Real-time inferencing

A

when the computer has to make decisions quickly, in response to new information as it comes in. This is important for applications where immediate decision-making is critical, such as in chatbots or self-driving cars.

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

Computer vision

A

a field of artificial intelligence that makes it possible for computers to interpret and understand digital images and videos.

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

Natural language processing (NLP

A

when a computer uses algorithms and information about linguistics to better understand language.

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

foundation model lifecycle

A

comprehensive process that involves several stages, each playing a crucial role in developing and deploying effective and reliable foundation models

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

Multimodal models

A

multimodal models can process and generate multiple modes of data simultaneously.

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

Generative adversarial networks (GANs)

A

a type of generative model that involves two neural networks competing against each other in a zero-sum game framework.

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

Generator

A

generates new synthetic data (for example, images, text, or audio) by taking random noise as input and transforming it into data that resembles the training data distribution.

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

Discriminator

A

This network takes real data from the training set and synthetic data generated by the generator as input. Its goal is to distinguish between the real and generated data.

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

Variational autoencoders (VAEs)

A

generative model that combines ideas from autoencoders (a type of neural network) and variational inference (a technique from Bayesian statistics). In a VAE, the model consists of two parts:

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

Encoder

A

This neural network takes the input data (for example, an image) and maps it to a lower-dimensional latent space, which captures the essential features of the data.

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

Decoder

A

This neural network takes the latent representation from the encoder and generates a reconstruction of the original input data.

17
Q

Retrieval-augmented generation (RAG)

A

technique that supplies domain-relevant data as context to produce responses based on that data.

18
Q

Perceptron

A

Basic machine learning model designed so that computers could learn from a diverse range of data

19
Q

Neural Network

A

neural networks are composed of billions of artificial neurons or nerve cells that process and transmit information

20
Q

supervised learning

A

A process by which data is associated with tags (labeled data) allowing computer algorithms to learn the underlying patterns and relationships in the data based on those tags.

21
Q

unsupervised learning

A

A process by which data without tags (unlabeled data) is analyzed by machines to engage in a form of implied learning. With repetition and improved training techniques, machines behave more human-like, and with greater accuracy over time.

22
Q

Machine Learning

A

Machine learning is a sub-field of AI that teaches computers how to learn new things without being programmed to do them

23
Q

Generative AI

A

A type of artificial intelligence that is capable of generating new content on its own, by analyzing and understanding existing data.

24
Q

deep learning

A

A sub-discipline of machine learning that imitates how humans learn or obtain certain types of knowledge.

25
Q

Artificial Intelligence

A

is a branch of computer science focused on the theory and development of computer systems that perform tasks normally required by humans

26
Q

Reinforcement learning

A

a method in which the training model learns from its environment by being rewarded for correct moves and punished for incorrect moves