Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Do Part B only Data used in Problems 1 and 2 X1train and X2train are training data points in Class 1 and 2, respectively. Xtest

Do Part B only

image text in transcribedimage text in transcribedimage text in transcribed

Data used in Problems 1 and 2 X1train and X2train are training data points in Class 1 and 2, respectively. Xtest are testing data points to be classified into Class 1 and 2 . In the following expression, two-dimensional data points are represented in columns: X1train=[23324432545328460065]X2train=[716915101311119171313914111511141012]Xtest=[40102.51012.5] (a) (20 marks) Carry out LDA to classify the data points provided above to Class 1 and 2 . Note that all calculations in Part (a) should be done by hand. The three steps involved are reproduced below for easy reference: Step 1. Apply LDA to project high-dimensional input vectors into one dimension. Step 2. Estimate , on the y-space for each of the two classes. Step 3. Place threshold on y for classification based on decision theory. Assume p1=0.5. (Hint: Make use of the results obtained in the tutorial). n particular, show the steps in your computation of the following items: i. S1,S2,Sw,SB,w,Y1,Y2 in Step 1 . ii. 1,1,2,2 in Step 2 . iii. The classification threshold obtained in Step 3. (Hint: Make use of the results obtained in the tutorial). b) (20 marks) Write a Python function called LDA to verify your calculation in Part (a). The function should have a header: def IDA(X1, X2) where X1 and X2 are arranged in columns. In the function, codes should be written to (1) compute Item i, ii and iii in Part (a), (2) plot of all the data points with the projection vector w superimposed and (3) f(yCk) for k=1,2 and (4)f(Cky) for k=1,2. The script should be submitted as an individual file named IDA.py and the codes written in the script should be copied and pasted to your report

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

Students also viewed these Databases questions

Question

=+1. What are the advantages to the Zappos approach to feedback?

Answered: 1 week ago