Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose you have trained a perceptron on a binary classification with the folowing dataset: X 1 : - 1 , 0 . 5 , 1

Suppose you have trained a perceptron on a binary classification with the folowing dataset:
X1:-1,0.5,1,-0.5
x2:-1,-0.5,0.5,1
Y:1,1,0,0
After training the decision boundary of the perceptron is a straight line passing through the origin that separates the positive and negative examples. the activation function is (if v>=0, y=1; else y=0) which of the following options represents the trained weights of this perceptron?

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

Step: 3

blur-text-image

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

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions