Given a dataset, (1,+), (7, - ), (2, +), (6, -), (5, +), (9, -), (11, +) You are supposed to find a threshold function that minimizes the error in the given dataset. Threshold functions look like this: f( x | a,b ) = sign(a-x).b where a is a real number and b is in {1,-1}. How many possible values should you consider to solve this problem? What is the value of a and b in the case that minimizes the error? What is the minimum error? Show how you found it.
Given a dataset, (1,+), (7, - ), (2, +), (6, -), (5, +), (9, -), (11, +) You are supposed to find a threshold function that minimizes the error in the given dataset. Threshold functions look like this: f( x | a,b ) = sign(a-x).b where a is a real number and b is in {1,-1}. How many possible values should you consider to solve this problem? What is the value of a and b in the case that minimizes the error? What is the minimum error? Show how you found it.
Related questions
Question
This is a Machine Learning question :
Given a dataset,
(1,+), (7, - ), (2, +), (6, -), (5, +), (9, -), (11, +)
You are supposed to find a threshold function that minimizes the error in the given dataset. Threshold functions look like this: f( x | a,b ) = sign(a-x).b where a is a real number and b is in {1,-1}.
How many possible values should you consider to solve this problem? What is the value of a and b in the case that minimizes the error? What is the minimum error? Show how you found it.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, ai-and-machine-learning and related others by exploring similar questions and additional content below.