Question: Please complete the code below using python (15 points), also write a short report to show the steps, results, plots and your thoughts on this

Please complete the code below using python (15 points), also write a short report to show the steps, results, plots and your thoughts on this task (10 points), you don't need to draw the projection trajectory (red lines as shown in the first subplot) but it's fine if you want. [2 points] # generate 1000 randomly distributed data points with x and y two features/dimensions [10 points] # calculate the first principle component and project the data points onto it [3 points] # reconstruct the original points from this one principal component Please complete the code below using python (15 points), also write a short report to show the steps, results, plots and your thoughts on this task (10 points), you don't need to draw the projection trajectory (red lines as shown in the first subplot) but it's fine if you want. [2 points] # generate 1000 randomly distributed data points with x and y two features/dimensions [10 points] # calculate the first principle component and project the data points onto it [3 points] # reconstruct the original points from this one principal component
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
