Skip to content

Commit 436831c

Browse files
Update README.md
1 parent b6e6521 commit 436831c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The things that you must have a decent knowledge on:
66
```
77
* Python
88
* MatLab
9+
* Linear Algebra
910
```
1011

1112
### Installing
@@ -77,3 +78,11 @@ https://github.com/syamkakarla98/Dimensionality-reduction-and-classification-on-
7778
* By performing **PCA** on the corrected indian pines dataset results **100 Principal Components(PC'S)**.
7879
* since, the initial two Principal Components(PC'S) has **92.01839071674918** variance ratio. we selected two only.
7980
* Initially the dataset contains the dimensions **21025 X 200** is drastically reduced to **21025 X 2** dimensions.
81+
* The time taken for classification before and after Principal Component Analysis(PCA) is:
82+
83+
| Dataset | Accuracy | Time Taken |
84+
| ------------- |:-------------:| ----------:|
85+
| Before PCA | 72.748890 | 17.6010 |
86+
| After PCA | 60.098187 | 0.17700982 |
87+
88+
* Hence, the **time** has been reduced with a lot of difference and the **classification accuracy(C.A)** also reduced but the C.A can increased little bit by varying the 'k' value.

0 commit comments

Comments
 (0)