The activation function for all neurons is given by max(0, x). Suppose x1 is 1 and x2 is 1. What will be the output from the above neural network?
a. 0
b. 1
c. 2
d. The output cannot be determined with the given information