You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Dimensionality reduction and classification on Hyperspectral Images Using Python
2
2
3
+
## Authors
4
+
5
+
***DR.T.Hitendra Sarma**
6
+
***Syam Kakarla**
7
+
3
8
### Prerequisites
4
9
5
10
The things that you must have a decent knowledge on:
@@ -9,7 +14,7 @@ The things that you must have a decent knowledge on:
9
14
* Linear Algebra
10
15
```
11
16
12
-
### Installing
17
+
### Installation
13
18
14
19
* This project is fully based on python. So, the necessary modules needed for computaion are:
15
20
```
@@ -34,7 +39,7 @@ The things that you must have a decent knowledge on:
34
39
import matplotlib.pyplot as plt
35
40
import pandas as pd
36
41
```
37
-
### Results :
42
+
### Results
38
43
39
44
* Here we are performing the the **dimensionality reduction** on the **hyperspectral image** called [Indian Pines](http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes)
* 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.
94
+
95
+
## License
96
+
97
+
This project is licensed under the MIT License - see the [LICENSE.md]() file for details
0 commit comments