[LO 5 & LO 6] Construct a support vector machine SVM (by hand calculating it's hyperparameters Wi and b) that computes the AND function. Use values +1 and -1 (instead of 1 and 0) for the target output, so that the four input points and the corresponding target outputs look like ([0, 0], -1); ([1, 0], -1); ([0, 1], - 1); and ([1, 1], 1]. Draw those four input points along with the decision boundary function (W*X +b) in the Euclidean space. What is the margin?. Check also the correctness of your SVM model with the test input points [1.5, 0.2] and [0.8, 02]. Please consult to AIMA 3rd Edition pp.744-748.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter13: Structures
Section: Chapter Questions
Problem 4PP
icon
Related questions
Question

Please answer the questions in the picture correctly, and it is done by a team of bartleby experts. Please don't copy paste the answer from the website, because it was my previous question. Not purely answered by a bartlely team expert, but rather taking Chegg's answer. So, please don,t copy paste solution from website. Because many answers from websites are inaccurate, as well as from Chegg

 
[LO 5 & LO 6] Construct a support vector machine SVM (by hand
calculating it's hyperparameters Wi and b) that computes the AND
function. Use values +1 and -1 (instead of 1 and 0) for the target output,
so that the four input points and the corresponding target outputs look
like ([0, 0], -1); ([1, 0], -1); ([0, 1], - 1); and ([1, 1], 1]. Draw those four
input points along with the decision boundary function (W*X +b) in
the Euclidean space. What is the margin?. Check also the correctness
of your SVM model with the test input points [1.5, 0.2] and [0.8, 02].
Please consult to AIMA 3rd Edition pp.744-748.
Learning Outcomes:
LO 5: Apply various techniques to an agent when acting under
certainty
LO 6: Apply various AI algorithms to solve the problems
Transcribed Image Text:[LO 5 & LO 6] Construct a support vector machine SVM (by hand calculating it's hyperparameters Wi and b) that computes the AND function. Use values +1 and -1 (instead of 1 and 0) for the target output, so that the four input points and the corresponding target outputs look like ([0, 0], -1); ([1, 0], -1); ([0, 1], - 1); and ([1, 1], 1]. Draw those four input points along with the decision boundary function (W*X +b) in the Euclidean space. What is the margin?. Check also the correctness of your SVM model with the test input points [1.5, 0.2] and [0.8, 02]. Please consult to AIMA 3rd Edition pp.744-748. Learning Outcomes: LO 5: Apply various techniques to an agent when acting under certainty LO 6: Apply various AI algorithms to solve the problems
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Use of XOR function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr