Size: 955
Comment:
|
Size: 1173
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
In the first column, write down your account name.<<BR>>In the second column, write down whether you used a bag-of-word vectors or fasttext embeddings as input.<<BR>> In columns 3-5, write down the precision, recall and F1-measure. <<BR>> In columns '''lr''', '''epochs''' and '''batch size''' please write down your learning rate, the number of epochs, and your batch size.<<BR>> | In the first column, write down your account name.<<BR>>In the second column, write down whether your inputs are term-frequency vectors, sums of fastText word embeddings, or sums of random word embeddings.<<BR>> In columns 3-5, write down the precision, recall and F1-score. <<BR>> In columns '''lr''', '''epochs''' and '''batch size''' please write down your learning rate, the number of epochs, and your batch size.<<BR>> |
Line 7: | Line 7: |
||sw1169 || Bag-of-words || TBD || TBD || TBD || TBD || TBD || TBD || ||sw1169 || fasttext embeddings || TBD || TBD || TBD || TBD || TBD || TBD || |
||sw1169 || term frequencies || 74.73 || 76.04 || 75.38 || 0.1 || 10 || 32 || ||sw1169 || fastText embeddings || 74.56 || 75.66 || 75.10 || 0.002 || 10 || 32 || ||sw1169 || random embeddings || 60.74 || 61.14 || 60.94 || 0.002 || 10 || 32 || ||kn104 || term frequencies || 75.23 || 75.16 || 75.19 || 0.01 || 20 || 8 || |
Results for Exercise Sheet 11 (Logistic Regression)
Click "Edit" in the upper bar of this page and add your row to the table below, following the examples already there.
In the first column, write down your account name.
In the second column, write down whether your inputs are term-frequency vectors, sums of fastText word embeddings, or sums of random word embeddings.
In columns 3-5, write down the precision, recall and F1-score.
In columns lr, epochs and batch size please write down your learning rate, the number of epochs, and your batch size.
Name |
Input |
Precision |
Recall |
F1-score |
lr |
epochs |
batch size |
sw1169 |
term frequencies |
74.73 |
76.04 |
75.38 |
0.1 |
10 |
32 |
sw1169 |
fastText embeddings |
74.56 |
75.66 |
75.10 |
0.002 |
10 |
32 |
sw1169 |
random embeddings |
60.74 |
61.14 |
60.94 |
0.002 |
10 |
32 |
kn104 |
term frequencies |
75.23 |
75.16 |
75.19 |
0.01 |
20 |
8 |