Skip to content

Commit b0454f2

Browse files
authored
Update README.md
1 parent af7f0cb commit b0454f2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

PCA/README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
## Principal Components Analysis
2-
This is an implementation of an principal components analysis algorithm
3-
running purely in the browser using TensorFlow.js. In this project, we have
4-
presented different visualizations regarding how applying PCA algorithm to
5-
higher dimensional data can allow us to view them in lower dimensional space.
2+
This is an implementation of principal component analysis algorithm for dimensionality reduction, running purely in the browser using TensorFlow.js. In this project, we apply PCA to higher dimensional data and present multiple visualizations to generate intuition while viewing the data in lower dimensional space.
63

74
## Features
85
* It has been shown how adding an outlier can have significant
96
effect on the principal components generated.
107
* Kernel PCA has been demonstrated using RBF kernel on the
118
moon dataset.
12-
* Results on applying PCA to iris dataset has been demonstrated.
13-
* Overall, It lets user visualize the different aspects of PCA.
9+
* Demonstrate results on applying PCA to iris dataset.
10+
* Overall, It lets a user visualize the different aspects of PCA.
1411

1512
## Running locally for development
1613

0 commit comments

Comments
 (0)