Construct the weight vector of the maximum margin hyperplane

Assignment Help Data Structure & Algorithms
Reference no: EM13851882

Part 1. Text Reading:

Decision Trees Reasoning with uncertainty Course Slides

Part 2. Problems:

(Note: Please include any external reference materials other than the textbook. Use the APA format where appropriate.)

Problem 2.1: Decision Tree

For this question you need to refer to the decision tree section in the Course Slides (Module 2-2) posted on Blackboard.

One major issue for any decision tree algorithm is how to choose an attribute based on which the data set can be categorized and a well-balanced tree can be created. The most traditional approach is called the ID3 algorithm proposed by Quinlan in 1986. The detailed ID3 algorithm is shown in the slides. The textbook provides some discussions on the algorithm in Section 18.3.

For this problem please follow the ID3 algorithm and manually calculate the values based on a data set similar to (but not the same as) the one in the course slides. This exercise should help you get deep insights on the execution of the ID3 algorithm. Please note that concepts discussed here (for example, entropy, information gain) are very important in information theory and signal processing fields. The new data set is shown as follows. In this example one row is removed from the original set and all other rows remain the same.

Following the conventions used in the slides, please show a manual process and calculate the

following values: Entropy(Sweather=sunny), Entropy (Sweather = windy), Entropy(Sweather = rainy)

Gain (S, weather), Gain (S, parents) and Gain (S, money). Based on the last three values, which attribute should be chosen to split on?

Please show detailed process how you obtain the solutions.

Weekend  Weather  Parents  Money  Decision (Category)  
W1  Sunny  Yes  Rich  Cinema 
W2  Sunny  No  Rich  Tennis 
W3  Windy  Yes  Rich  Cinema 
W4  Rainy  Yes  Poor  Cinema 
W5  Rainy  No  Rich  Stay in 
W6  Rainy  Yes  Poor  Cinema 
W7  Windy  No  Poor  Cinema 
W8  Windy  No  Rich  Shopping 
W9  Windy  Yes  Rich  Cinema 

Problem 2.2:

The Decision Tree inductive learning algorithm may be used to generate "IF ... THEN" rules that are consistent with a set of given examples. Consider an example where 10 binary input variables X1, X2, , X10 are used to classify a binary output variable (Y).

(i) At most how many examples do we need to exhaustively enumerate every possible combination of inputs?

(ii) At most how many leaf nodes can a decision tree have if it is consistent with a training set containing 100 examples?

Please show detailed process how you obtain the solutions.

Problem 2.3. Bayes Theorem

A quality control manager has used algorithm C4.5 to come up with rules that classify items based on several input factors. The output has two classes -- Accept and Reject. Test results with the rule set indicate that 5% of the good items are classified as Reject and 2% of the bad items classified as Accept.

Historical data suggests that two percent of the items are bad. Based on this information, what is the conditional probability that:

(i) An item classified as Reject is actually good?

(ii) An item classified as Accept is actually bad?

Please show detailed process how you obtain the solutions.

Problem 2.4: Support Vector Machine

Consider the following set of training data.

x1  x2  class 
1 1
2 2
2 0
3 1
0 0
1 0
0 1
-1 1

(i) Plot these six training points in a two-dimensional space (with x1 and x2). Are the classes {+, -} linearly separable? Why?

(ii) Construct the weight vector of the maximum margin hyperplane by inspection and identify the support vectors.

(iii) If you remove one of the support vectors, does the size of the optimal margin decrease, stay the same, or increase? Justify your answer.

(iv) Is your answer to (iii) also true for any dataset in a 2-dimentioanl space? Provide a counterexample if it is not true, or give a short proof if it is true. When we have another dataset in a space with more than two dimensions, do you have the same answer? Justify.

Reference no: EM13851882

Questions Cloud

Give specific interpretations for the coefficients in model : Suppose we collect the following information from a large number of junior and senior level college students: Give specific interpretations for the coefficients in the model, and discuss whether or not they make sense. Based on this equation, what co..
Supply goods and services for consumers at attractive prices : Why are entrepreneurs willing to supply goods and services for consumers at attractive prices? Is it because they care personally about the consumers?
Write a report on the csp and customer responsibilities : You are to write a report on the CSP and customer responsibilities associated with the different cloud architectures (SaaS, PaaS, and IaaS). Explain the different types of cloud service architectures.
What is the growth rate of output per person in economy : Now suppose the parameters of the model take the following values. what is the growth rate of output per person in this economy? what is the initial level of output per person? What is the level of output per person after 100 years?
Construct the weight vector of the maximum margin hyperplane : Construct the weight vector of the maximum margin hyperplane by inspection and identify the support vectors - how many leaf nodes can a decision tree have if it is consistent with a training set containing 100 examples?
What will be amount of interest accumulated at the time : Emily Dorsey's current salary is $85,000 per year, and she is planning to retire 19 years from now. She anticipates that her annual salary will increase by $1,000 each year ($85,000 the first year, to $86,000 the second year, $87,000 the third year, ..
Annual heating and cooling cost of an office building : A “green” (environmentally friendly) office building costs as average of $3.50 per square foot each year to heat and cool. What is the total annual heating and cooling cost of an office building that has 10,000 square meters of space?
Increase manufacturers costs of producing insulation : New safety regulations increase manufacturers’ costs of producing insulation. What happens in the market for insulation as a result?
How describe an experiment about frequency of sound : How describe an experiment about "frequency of sound"

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Studying in major paralegal

Make a Microsoft Word document which includes a table and hyperlinks to Web sites helpful to someone studying in your main Paralegal.

  Implement the queue data structure

implement the queue data structure - circular linked list to implement the queue data structure as described in java.

  Construct an entity-relationship model for the database

Construct an entity-relationship (ER) model for the database. Make sure you include in your model details of entities, relationships, attributes, keys and limits in participation.

  Create an algorithm to produce list of customers

Create an algorithm to produce list of customers from Glad Rags Clothing Company's customer master file. Each record on customer master file contains the customer's number

  Will simulate the step by step execution of lru algorithm

The algorithms will be simulated based on a reference string (a sequence of pages that are to be accessed) that will be either read from the keyboard or randomly generated.

  Write a procedure hamming

Write a procedure hamming(ascii, encoded) that converts the low-order 7 bits of ascii into an 11-bit integer codeword stored in encoded.

  Does a min-weight edge on every cycle

Consider that a graph has distinct edge weights. Does its lightest edge have to belong to the MST

  Hierarchy chart and design the logic

Draw the hierarchy chart and design the logic for a program that calculates the projected cost of an automobile trip. Assume that the user's car travels 20 miles per gallon of gas. Design a program that prompts the user for a number of miles drive..

  Find the corresponding rpn notation

Find the corresponding RPN notation and write the program using PUSH, POP, ADD, MUL, SUB, and DIV stack instructions.

  Determining public keys for other party in sending message

Determine correct public keys for other party, and assuming that Eve can intercept any messages.

  Implement your algorithm in python

The program should display the total sales, sales for each car type, total bonus, bonus contributed by each car type, additional bonus for each car type and grand total bonus.

  Question about edge connectivity

The edge connectivity of an indirected graph is minimum number k of edges that must be removed to disconnect the graph.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd