logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1402067 total)

Match the concepts with their characteristics or intended use.

Переглянути це питання

The following image of a Transformer is presented:

Transformer

What does the acronym MLP correspond to or what does it mean or what does it refer to?

Переглянути це питання

GPT takes as input a sequence of the first tokens, and its corresponding output does not have anything to do with the conditional probability distribution for token , .

0%
100%
Переглянути це питання

Match the Python libraries with their intended application.

Переглянути це питання

Which statement about positional encodings/embeddings in Transformers is correct?

0%
0%
0%
Переглянути це питання
Let us assume that L is a list in Python, and the following line is executed:

L[1:2] = ["d", "d"]

The list L will change its length after the line has been executed.

100%
0%
Переглянути це питання

Match the properties of the AI environments with their characteristics.

Переглянути це питання

You are going to solve the NIM game (studied in our classes) using reinforcement learning. Match the components of a Markov decision process with the elements of the NIM game that would lead to a sensible implementation.

Переглянути це питання

Imagine that the following simplified equation is used to implement self-attention:

,

where the symbols Q, K and V have the same meaning as in our lectures.

The question is about learnable parameters. Select one option that is correct.

Переглянути це питання

Imagine that you have a reinforcement learning policy obtained using Q-learning, and your policy is optimal for the NIM game. You execute this policy with the -greedy exploration where . Would this execution lead to the selection of incorrect actions by the algorithm in some situations? That is, would the policy suggest "irrational" actions in some states?

0%
0%
Переглянути це питання