Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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?
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

Beginning Apache Cassandra Development

Authors: Vivek Mishra

1st Edition

1484201426, 9781484201428

More Books

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago