Question: Suppose you have the following dataset for a binary classification problem: X1X2Y 245315321001 You are given the initial weights of the perceptron as wo- 0.5,w1=0.5.
Suppose you have the following dataset for a binary classification problem: X1X2Y 245315321001 You are given the initial weights of the perceptron as wo- 0.5,w1=0.5. and w 2=0.25, and the learning rate as 0.1. Perform one iteration of the perceptron learning algorithm and update the weights. What are the new weights of the perceptron? wj=wj+learning.rate*(dy)xjw00.4,w1=0.4,w2=0.2w0=0.7,w1=0.7,w2=0.55w0=0.4,w1=0.4,w2=0.15w0=0.6;w1=0.6,w2=0.35
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
