882
Comment:
|
973
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Add your row to the table below, following the examples already there. Column 2, 3, and 4 = running time of your program for reading the CSV file, training, and prediction, respectively, in seconds (rounded to the nearest integer). Column 5 = percentage of your predictions that were correct. Column 5 = machine specification as usual (processor frequency with exactly one digit after the dot, amount of RAM as an integer, no secondary details about processor). Column 6 = programming language (Java or C++). | Add your row to the table below, following the examples already there. Column 2, 3, and 4 = running time of your program for reading the CSV file, training, and prediction, respectively, in seconds (with exactly one digit after the dot). Column 5 = percentage of your predictions that were correct. Column 5 = machine specification as usual (processor frequency with exactly one digit after the dot, amount of RAM as an integer, no secondary details about processor). Column 6 = programming language (Java or C++). |
Line 7: | Line 7: |
||Florian B ||10s ||10s ||10s ||50%|| Intel X5560 @ 2.8GHz / 36GB ||Java || | ||Florian B ||6.5s ||16.0s ||9.5s ||30%|| Intel X5560 @ 2.8GHz / 36GB ||Java || ||Christoph S ||15.5s ||0.4s ||0.7s ||48%|| Core 2 Quad @ 2.8GHz / 4GB ||C++ || |
Results for Exercise Sheet 10 (Naive Bayes)
Please read the instructions below, before adding something to the table!
Add your row to the table below, following the examples already there. Column 2, 3, and 4 = running time of your program for reading the CSV file, training, and prediction, respectively, in seconds (with exactly one digit after the dot). Column 5 = percentage of your predictions that were correct. Column 5 = machine specification as usual (processor frequency with exactly one digit after the dot, amount of RAM as an integer, no secondary details about processor). Column 6 = programming language (Java or C++).
Name |
Reading time |
Training time |
Prediction time |
Correct % |
Processor / RAM |
Language |
Florian B |
6.5s |
16.0s |
9.5s |
30% |
Intel X5560 @ 2.8GHz / 36GB |
Java |
Christoph S |
15.5s |
0.4s |
0.7s |
48% |
Core 2 Quad @ 2.8GHz / 4GB |
C++ |