Question: Given the data ( x 1 = [ 2 5 3 ] T , y 1 = 8 5 0 ; x 2 = [

Given the data (x1=[253]T,y1=850;x2=[122]T,y2=450;x3=[121]T,y3=300), learn the
weights of the linear neuron. Use the gradient-descent algorithm to determine the
weights. (WLO2 and WLO3)
(WLO1) Given the data consisting of two classes (red points and blue points):
Blue: {[-1-1],[11],[22]},Red:{[0-1],[-10],[21],[12]}
a) Can you construct a single perceptron based classifier for the above data?
b) Construct a network consisting of two perceptrons to classify the above data. Determine
the solution by hand. You can initialize the perceptrons whichever way you like.
Write a Python code or a MATLAB code for Question 1.(WLO2, WLO3).
Is the problem in Q1 a supervised or unsupervised learning problem? Explain your answer.
(WLO6)
(WLO4) Classify the above data in Question 2 without using the sigmoid and the
sign(.)function. Do you see any difference in the two solutions. You can obtain the
solution either by hand or Python or MATLAB. (WLO6),(WLO5)
Given the vector determine its class using the perceptron as the
activation function. (WLO5)
(WLO5) Given the vector [x1x2]=[21.75]T determine its class using the weights
obtained in Question 5 and the sigmoid function. What is the estimated probability
value? What can be the advantage of using a probability value?
 Given the data (x1=[253]T,y1=850;x2=[122]T,y2=450;x3=[121]T,y3=300), learn the weights of the linear neuron.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!