[Solved] INF552 Assignment 3-Use PCA to reduce the dimensionality of the data points

$25

File Name: INF552_Assignment_3-Use_PCA_to_reduce_the_dimensionality_of_the_data_points.zip
File Size: 706.5 KB

SKU: [Solved] INF552 Assignment 3-Use PCA to reduce the dimensionality of the data points Category: Tag:
5/5 - (1 vote)

PCA

Use PCA to reduce the dimensionality of the data points in pca-data.txt from 3D to 2D. Each line of the data file represents the 3D coordinates of a single point. Please output the directions of the first two principal components.

FastMap

Use FastMap to embed the objects in fastmap-data.txt into a 2D space. The first two columns in each line of the data file represent the IDs of the two objects; and the third column indicates the symmetric distance between them. The objects listed in fastmap-data.txt are actually the words in fastmapwordlist.txt (nth word in this list has an ID value of n). The distance between each pair of objects is the DamerauLevenshtein distance between them. Plot the words on a 2D plane using your FastMap solution.

You can write your program in any programming language. However, you will have to implement the algorithms yourself instead of using high-level library functions except for computing eigenvectors and eigenvalues. Provide a description of the data structures you use, any code-level optimizations you perform, any challenges you face, and of course, the requested outputs.

Part 2: Software Familiarization

Do your own research and find out about library functions that offer good implementations of PCA and FastMap. Learn how to use them. Compare them against your implementations and suggest some ideas for how you can improve your code. Describe all this in your report.

Part 3: Applications

Do your own research and describe some interesting applications of PCA and FastMap.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] INF552 Assignment 3-Use PCA to reduce the dimensionality of the data points
$25