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: DecisionTree/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ Assume that you have kept a record of your previous night-outs with the followin
21
21
22
22
• Whether you enjoyed {Yes, No}
23
23
24
+
## Technical Specification and Report
25
+
26
+
Click **[Here](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/DecisionTree/TechnicalSpecification-%5BDecisionTree%5D-%5B1.1%5D-%5B20160929%5D.pdf)** to read the detail specification and report.
27
+
24
28
#### Usage: python DecisionTree.py dt-data.txt
25
29
26
30
#### Input: A data file (dt-data.txt) that contains the relevant records.
Copy file name to clipboardExpand all lines: PCA/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ Use PCA to reduce the dimensionality of the data points in pca-data.txt from 3D
6
6
7
7
Program will output the directions of the first two principal components.
8
8
9
+
## Technical Specification and Report
10
+
11
+
Click **[Here](https://github.com/Cheng-Lin-Li/MachineLearning/blob/master/PCA/INF552-TechnicalSpecification-PCA_FastMap-%5B1.0%5D-%5B20161011%5D.pdf])** to read the detail specification and report.
9
12
10
13
#### Usage: python PCA.py
11
14
@@ -16,10 +19,6 @@ The file name and target dimensions were coded at main section in program but yo
16
19
17
20
#### Output: Sorted K eigenvector and the results that reduces to k dimensions
18
21
19
-
## Technical Specification and Report
20
-
21
-
Click **[Here](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/PCA/INF552-TechnicalSpecification-PCA_FastMap-[1.0]-[20161011].pdf])** to read the detail specification and report.
0 commit comments