Question

Q8: (8 marks) [basic design problem] Given below is a single node in a neural network. Supposing that d is 4, x={4,2,5,2), an

0 0
Add a comment Improve this question Transcribed image text
Answer #1

In the given neural network, the data points value, and the weights are given. To find the output of the neural network, the following steps are taken :

  1. At first, the data values are multiplied with the corresponding weights and the sum of all products is taken.
  2. Then, the bias is added to the sum found in the above step.
  3. Finally, the activation function is applied to the data calculated in the above step.
  4. The output of the node is given below as :
Data Value (x) Weight(w) Multiplication
4 0.2 0.8
2 0.3 0.6
5 0.4 2
2 0.1 0.2
Sum - 3.6
Sum + Bias(b) - 3.6 + 1 = 4.6
Activation function(relu) - max(0,4.6) = 4.6

Node Output = 4.6

Add a comment
Know the answer?
Add Answer to:
Q8: (8 marks) [basic design problem] Given below is a single node in a neural network....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT