Question: The weights, activation function, and set of input values for a Neural Network are given below: Weights: w1 = 2, w2 = -3, w3 =
The weights, activation function, and set of input values for a Neural Network are given below: Weights: w1 = 2, w2 = -3, w3 = 1, w4 = 4
1 when p > 0
Activation function: f (p) = 0 when p = 0 , where p is weighted sum of inputs
-1 when p < 0
Set of Input Values (Set S1, S2, S3 and Input values x1, x2, x3, x4):
|
| S1 | S2 | S3 |
| x1 | 7 | 3 | 2 |
| x2 | 2 | 2 | 3 |
| x3 | 4 | 4 | 0 |
| x4 | -3 | 1 | 1 |
What is the final output value for each set of input values?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
