Skip to content

Commit 729a56f

Browse files
committed
Add OpenMP project codes, report and output
1 parent 53e179a commit 729a56f

26 files changed

+518
-1
lines changed
+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
Maximum Number of Threads = 1
2+
Fitted SVM model with training data in 1195.73 seconds.
3+
Predicted class labels for testing data in 24.0849 seconds.
4+
Accuracy = 0.838707
5+
Precision = 0.686313
6+
Recall = 0.606769
7+
F1-Score = 0.644094
8+
9+
Maximum Number of Threads = 2
10+
Fitted SVM model with training data in 604.719 seconds.
11+
Predicted class labels for testing data in 14.2085 seconds.
12+
Accuracy = 0.838222
13+
Precision = 0.685033
14+
Recall = 0.606097
15+
F1-Score = 0.643152
16+
17+
Maximum Number of Threads = 4
18+
Fitted SVM model with training data in 1589.9 seconds.
19+
Predicted class labels for testing data in 12.7448 seconds.
20+
Accuracy = 0.838416
21+
Precision = 0.685658
22+
Recall = 0.606097
23+
F1-Score = 0.643427
24+
25+
Maximum Number of Threads = 6
26+
Fitted SVM model with training data in 669.508 seconds.
27+
Predicted class labels for testing data in 14.2376 seconds.
28+
Accuracy = 0.838416
29+
Precision = 0.685489
30+
Recall = 0.6065
31+
F1-Score = 0.64358
32+
33+
Maximum Number of Threads = 8
34+
Fitted SVM model with training data in 598.881 seconds.
35+
Predicted class labels for testing data in 13.2541 seconds.
36+
Accuracy = 0.838674
37+
Precision = 0.686492
38+
Recall = 0.606097
39+
F1-Score = 0.643795
40+
41+
Maximum Number of Threads = 12
42+
Fitted SVM model with training data in 582.259 seconds.
43+
Predicted class labels for testing data in 13.7397 seconds.
44+
Accuracy = 0.838416
45+
Precision = 0.685601
46+
Recall = 0.606232
47+
F1-Score = 0.643478
48+
49+
Maximum Number of Threads = 16
50+
Fitted SVM model with training data in 740.158 seconds.
51+
Predicted class labels for testing data in 14.7316 seconds.
52+
Accuracy = 0.83848
53+
Precision = 0.685753
54+
Recall = 0.606366
55+
F1-Score = 0.643621
56+
57+
Maximum Number of Threads = 20
58+
Fitted SVM model with training data in 1420.45 seconds.
59+
Predicted class labels for testing data in 15.2676 seconds.
60+
Accuracy = 0.838351
61+
Precision = 0.685393
62+
Recall = 0.606232
63+
F1-Score = 0.643387
64+
65+
Maximum Number of Threads = 24
66+
Fitted SVM model with training data in 656.442 seconds.
67+
Predicted class labels for testing data in 16.0162 seconds.
68+
Accuracy = 0.838577
69+
Precision = 0.686066
70+
Recall = 0.606366
71+
F1-Score = 0.643758
72+
73+
Maximum Number of Threads = 28
74+
Fitted SVM model with training data in 614.798 seconds.
75+
Predicted class labels for testing data in 17.0384 seconds.
76+
Accuracy = 0.838545
77+
Precision = 0.685849
78+
Recall = 0.606634
79+
F1-Score = 0.643814
80+
81+
Maximum Number of Threads = 32
82+
Fitted SVM model with training data in 747.298 seconds.
83+
Predicted class labels for testing data in 18.5145 seconds.
84+
Accuracy = 0.838384
85+
Precision = 0.685554
86+
Recall = 0.606097
87+
F1-Score = 0.643382
88+
Loading
Loading
Loading
29.7 KB
Loading
21.3 KB
Loading

Project/SVM-OpenMP/report/report.pdf

394 KB
Binary file not shown.

0 commit comments

Comments
 (0)