Question: We have a training dataset ( 2 attributes) with the following data points: Run the perceptron training algorithm over the given dataset for two epochs.

We have a training dataset ( 2 attributes) with the following data points: Run the perceptron training algorithm over the given dataset for two epochs. Assume we visit the training data in the following order: - epoch 1: D1,D2,D3 - epoch 2: D2,D3,D1 The data points and initial hyperplane is shown below: After visiting each data point write the new weight vector and bias. If an update has been made draw the new hyperplane (also include the training point). You must also add the normal vector of the hyperplane in your drawing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
