Home /
Expert Answers /
Computer Science /
you-have-built-the-following-neural-network-with-fully-connected-layer-and-relu-activation-functio-pa326
(Solved):
You have built the following Neural Network with Fully Connected layer and ReLU activation functio ...
You have built the following Neural Network with Fully Connected layer and ReLU activation functions. There are 2 input units (i1, i2), 4 hidden units ( \( h 1, h 2, h 3, h 4) \). The Output Layer has 2 units \( (01,02) \); the respective targets are \( t 1 \) and \( t 2 \). The values of inputs and variables (weights and biases) are given below: Compute the output \( (01, o 2) \) values based on the input (i1, i2) values and network parameters (w's \& b's) given. Show all your work.