πŸ€ Challenge: Use the Sigmoid Activation Function

Apply the sigmoid activation function to transform the output.

We have learned to transform the output using a step activation function. Now, apply another activation function known as sigmoid.

Problem statement

Given the two data points: x1x_1 and x2x_2 with values 2 and 3 respectively. Compute the predicted value with the given weights of w1=2w_1=2 and w2=3w_2=3 and bias b=0.1b=0.1. Then, apply the sigmoid activation function.

Get hands-on with 1200+ tech skills courses.