- 2
Machine Learning - The Sigmoid Function
Calculate Node Output. Task You are given the values for w1, w2, b, x1 and x2 and you must compute the output for the node. Use the sigmoid as the activation function. Input Format w1, w2, b, x1 and x2 on one line separated by spaces Output Format Float rounded to 4 decimal places Sample Input 0 1 2 1 2 Sample Output 0.9820
1 Respuesta
- 4
We do not give answer to challenge in this community, only help you understand it by yourself.
I strongly recommend you to read again the module and look for the information you missed, also reading the question again help a lot clarify things.
Good Luck!!