Quiz 12 Question 16 of 20

In SAS DLPy, the Functional API is used to build a model with two separate input branches. One branch processes images via Conv2d layers, the other processes tabular data via Dense layers. These two branches are merged before a final output layer. Which DLPy class merges (concatenates) the two branch outputs?

Select an answer to reveal the explanation.

Motivation