Skip to content

Commit d973a58

Browse files
authored
Update README.md
1 parent 8efec02 commit d973a58

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

Diff for: README.md

+43-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
# DDH_code_repository
1+
# DDH_code_repository
2+
This repository shares the code for performing cluster analysis and machine learing algorithms intended to identify subtypes within the Crowe I DDH cases.
3+
For each analysis, please read the instructions along the code to reproduce this analysis.
4+
5+
6+
## raw data ##
7+
Raw data contains data for each case that was inlcuded in the cluster analysis and in the development of machine learning algorithms. Note that the average of four measurements was shown in raw data.
8+
9+
## data_for_develop_ML_algorithms ##
10+
Raw_data for developing ML algorithms to predict the classification of new cases
11+
12+
## data_for_external_validation ##
13+
Raw data for external validation for ML algorithms
14+
15+
## Code_Cluster ##
16+
Code and instruction to perform cluster analysis
17+
18+
## Code_ANN ##
19+
Code and instruction to develop ANN algorithm for new case prediction, and use external data to test the algorithm.
20+
21+
## Code_Decisiontree ##
22+
Code and instruction to develop Decisiontree algorithm for new case prediction, and use external data to test the algorithm.
23+
24+
## Code_K-NN ##
25+
Code and instruction to develop K-NN algorithm for new case prediction, and use external data to test the algorithm.
26+
27+
## Code_logisticregression ##
28+
Code and instruction to develop logisticregression algorithm for new case prediction, and use external data to test the algorithm.
29+
30+
## Code_Randomforest ##
31+
Code and instruction to develop random forest algorithm for new case prediction, and use external data to test the algorithm.
32+
33+
## Code_SVM ##
34+
Code and instruction to develop SVM algorithm for new case prediction, and use external data to test the algorithm.
35+
36+
37+
38+
39+
40+
41+
42+
43+

0 commit comments

Comments
 (0)