Google Cloud Skills Boost Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Generative AI?

A

It is a type of Artificial Intelligence technology, that can produce various types of content, including: text, imagery, audio and synthetic data.

It is a subset of Deep Learning, which means:
1. Uses ANN.
2. Can be supervised, unsupervised and semi-supervised.

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

What is Artificial Intelligence?

A

It is the theory and development of computer systems able to perform tasks normally requiring human intelligence.

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

What is Machine Learning?

A

It is a subfield of AI, in which a program or system trains a model from input data. ML gives computers the ability to learn without explicit programming.

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

What is Deep Learning?

A

It is a type of ML, that uses Artificial Neural Networks.

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

What is a prompt in LLM context?

A

It is the input given to a model (question in ChatGPT)

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

What is a Foundation Model?

A

It is a large AI model pre-trained on a vast quantity of data, designed to be adapted or fine tuned to a wide range of downstream tasks, such as sentiment analysis, image captioning, object recognition, etc.
These models have the potential to revolutionize many industries.

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

What are Large Language Models?

A

These are:
- Large –> train DS and parameters.
- General-purpose
- Pre-trained
- Fine-tuned for specific purposes

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

Benefits of using LLM?

A
  1. Single model can be used for different tasks.
  2. Fine-tuned process requires minimal data.
  3. The performance is continuously growing with more data and parameters.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Image Generation Model Families - Variational Autoencoders?

A

Encode images to a compressed size, then decode back to the original size, while learning the distribution of the data.

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

Image Generation Model Families - Generative Adversarial Models?

A

Pit two neural networks against each other. One NN, the generator creates images, and the other, the discriminator, predicts if the image is reao or fake. Over time, the discriminator gets better and better at distiguishing between real and fake and the generator gets better at creating real looking fakes.

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

Image Generation Model Families - Autoregressive Models?

A

Generates images by treating an image as a sequence of pixels.

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

Image Generation Model Families - Difussion Models?

A

The essential idea is to systematically and slowly destroy structure in a data distribution through an iterative forward diffusion process. We then learn a reverse diffusion process that restores structure in data, yielding a highly flexible and tractable generative model of the data.

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