Using the top 2 options, here is a tree of all the possible…
Using the top 2 options, here is a tree of all the possible German translations of an English sentence utpo the third step. The scores are written on the connecting edges of the tree with larger stores being better. Using beam search with k = 2, answer the following questions. What words are selected at step 2? [ans1] What words are selected at step 3? [ans2] What is the winning translation upto the final third step?[ans3]
Read DetailsSelect the options below that make the statements below corr…
Select the options below that make the statements below correct: Models based on the encoder/decoder Seq2Seq architecture are [ans1]. Transformers are [ans2] models that [ans3] about sequence order. BERT models are [ans4], BART models are [ans5], and GPT models are [ans6]. In the original transformer architecture, [ans7] must be divisible by [ans8].
Read DetailsGiven the following ConvNet, answer the following questions:…
Given the following ConvNet, answer the following questions: How many total parameters (biases and weights) does this network have? [ans1] Break these parameters down into biases and weights per every layer? Show your work. Conv2d 1 MaxPool2d 2 Conv2d 2 MaxPool2d 2 Linear 1 Linear 2 # of Biases [ans2] [ans4] [ans6] [ans8] [ans10] [ans12] # of Weights [ans3] [ans5] [ans7] [ans9] [ans11] [ans13] What would the total number parameters be if the input image size changes to 256 x 256?[ans14]
Read Details