Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following set of data points: input desired x 1 , x 2 , label 1 , 0 , 1 0 , 1 ,

Consider the following set of data points:
input desired
x1,x2, label
1,0,1
0,1,1
-1,0,0
-1,1,0
0,-1,0
As the above table shows, the data points are categorized (labeled) into two groups specified by the labels "1" and "0".
(A) Use the perceptron learning rule to train a single-neuron perceptron on the data points given above. Initialize the weights to (w0=-0.7,w1=-0.2,w2=0.95), assume the learning rate is 1, and use the hard-limiter activation function (If output 1; otherwise output 0), i.e.:
(v)={1,ifv00,ifv0
Report the weights after one iteration w0=w1=
w2=
Report the weights after two iterations w0=w1=
w2=. NOTE: Report them in x. format.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Mining Concepts And Techniques

Authors: Jiawei Han, Micheline Kamber, Jian Pei

3rd Edition

0123814790, 9780123814791

More Books

Students also viewed these Databases questions