Size: 513
Comment:
|
Size: 803
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Please add your row to the table below, following the examples already there. Specify the precision of your predictions on the test set. Specify in percent, rounded to the next integer. Specify how you decided to stop training and if you made further improvements. | Please add your row to the table below, following the examples already there. Specify the precision of your predictions on the test set. Specify in percent, rounded to the next integer. Briefly specify how you decided to stop training and any refinements you might have implemented. |
Line 6: | Line 6: |
||Robin || 86% || 72% || 30 iterations, bigrams || ||David || 84% || 71% || 10 iterations || ||ES || 84% || 71% || stop if wrong predictions for trainingset are less than 10 % of documents || |
Results for Exercise Sheet 11 (classification with Perceptron)
Please add your row to the table below, following the examples already there. Specify the precision of your predictions on the test set. Specify in percent, rounded to the next integer. Briefly specify how you decided to stop training and any refinements you might have implemented.
Name |
Genres |
Ratings |
Additional Info |
Elmar |
86% |
71% |
baseline, stop after 10 iterations |
Robin |
86% |
72% |
30 iterations, bigrams |
David |
84% |
71% |
10 iterations |
ES |
84% |
71% |
stop if wrong predictions for trainingset are less than 10 % of documents |