Machine Learning - The Sigmoid Function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

25th Feb 2021, 1:55 PM
CHRISTINE ANNE ONG
CHRISTINE ANNE ONG - avatar
1 Answer
- 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!!
26th Feb 2021, 5:15 PM
aviad59
aviad59 - avatar