Size: 569
Comment:
|
← Revision 21 as of 2016-01-26 13:45:00 ⇥
Size: 1626
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 testing set. Specify in percent, rounded to the next integer. Specify how you decided to stop training and if you made further improvements. ||'''Name''' ||'''Precision Movie Genres''' ||'''Precision Movie Ratings''' ||'''Additional Info''' || ||Elmar || 86% || 71% ||stop after 10 iterations || |
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% || 15 iterations || ||ES || 84% || 71% || stop if wrong predictions for trainingset are less than 10 % of documents || ||Julian || 85% || 70% || stop training if a specific percentage of right predictions is hit || ||Frank || 86% || 68% || 3 iterations || ||Alex || 86% || 71% || 10 iterations, touch each entry one per iteration in random order || ||Janosch || 84% || 71% || 20 iterations || ||Hui Hui || 80% || 59% || 20 iterations || || Daniel || 85% || 71% || 3 iterations || ||Frank2 || 81% || 72% || 10 iterations || ||ID || 83% || 71% || 15 iterations || ||Divo Silesia || 79% || 69% || 30 iterations || ||Matthias || 86% || 65% || stop when training error improvement < 1% || ||Jan || 86% || 67% || 10 iterations || |
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% |
15 iterations |
ES |
84% |
71% |
stop if wrong predictions for trainingset are less than 10 % of documents |
Julian |
85% |
70% |
stop training if a specific percentage of right predictions is hit |
Frank |
86% |
68% |
3 iterations |
Alex |
86% |
71% |
10 iterations, touch each entry one per iteration in random order |
Janosch |
84% |
71% |
20 iterations |
Hui Hui |
80% |
59% |
20 iterations |
Daniel |
85% |
71% |
3 iterations |
Frank2 |
81% |
72% |
10 iterations |
ID |
83% |
71% |
15 iterations |
Divo Silesia |
79% |
69% |
30 iterations |
Matthias |
86% |
65% |
stop when training error improvement < 1% |
Jan |
86% |
67% |
10 iterations |