Skip to content

Commit 9df5cd7

Browse files
committed
add specification
1 parent 8b0e1b6 commit 9df5cd7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

DecisionTree/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Assume that you have kept a record of your previous night-outs with the followin
2121

2222
• Whether you enjoyed {Yes, No}
2323

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+
2428
#### Usage: python DecisionTree.py dt-data.txt
2529

2630
#### Input: A data file (dt-data.txt) that contains the relevant records.

PCA/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Use PCA to reduce the dimensionality of the data points in pca-data.txt from 3D
66

77
Program will output the directions of the first two principal components.
88

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.
912

1013
#### Usage: python PCA.py
1114

@@ -16,10 +19,6 @@ The file name and target dimensions were coded at main section in program but yo
1619

1720
#### Output: Sorted K eigenvector and the results that reduces to k dimensions
1821

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.
22-
2322
## Data Structure
2423
1. All data points store in an array.
2524

0 commit comments

Comments
 (0)